Shades of Roti #BF963F
Tints of Roti #BF963F
RGB
CMYK
RGB Variations
Color information
#BF963F (or 0xBF963F) is known color: Roti. HEX triplet: BF, 96 and 3F. RGB value is (191,150,63). Sum of RGB (Red+Green+Blue) = 191+150+63=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 63 (25% from 255 or 15.59% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BF963F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF963F is #4069C0. Grayscale: #989898. Windows color (decimal): -4221377 or 4167359. OLE color: 4167359.
HSL color Cylindrical-coordinate representation of color #BF963F: hue angle of 40.78º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF963F is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 150 | 63 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.25 |
| HSL | 40.78º | 0.5% | 0.5% | - |
| HSV(B) | 40.78º | 0.67% | 0.75% | - |
| XYZ | 33.29 | 33.25 | 9.37 | - |
| YUV | 152.34 | 77.58 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 150 | 63 | 0 | 0.21 | 0.67 | 0.25 | 40.78 | 0.5 | 0.5 |
| Hex | BF | 96 | 3F | 0 | 15 | 43 | 19 | 29 | 32 | 32 |
| Octal | 277 | 226 | 77 | 0 | 25 | 103 | 31 | 51 | 62 | 62 |
| Binary | 10111111 | 10010110 | 111111 | 0 | 10101 | 1000011 | 11001 | 101001 | 110010 | 110010 |
Color Harmonies of #BF963F
Complementary color
Monochromatic Colors of #BF963F
Black with #BF963F
Text Example
Text Example
White with #BF963F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF963F; }
p { color: rgb(191,150,63); }
H1.HeaderClassName
{
color: #BF963F;
}
.AnyTagClassName
{
color: #BF963F;
}
</style>
background-color css
<style>
a { background-color: #BF963F; }
a { background-color: rgb(191,150,63); }
div.DivClassName
{
background-color: #BF963F;
}
.BgClassName
{
background-color: #BF963F;
}
</style>
border-color css
<style>
span { border-color: #BF963F; }
span { border-color: rgb(191,150,63); }
td.TdClassName
{
border-color: #BF963F;
}
.TagClassName
{
border-color: #BF963F;
}
</style>