Shades of Roti #BF9E40
Tints of Roti #BF9E40
RGB
CMYK
RGB Variations
Color information
#BF9E40 (or 0xBF9E40) is known color: Roti. HEX triplet: BF, 9E and 40. RGB value is (191,158,64). Sum of RGB (Red+Green+Blue) = 191+158+64=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 64 (25.39% from 255 or 15.50% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9E40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9E40 is #4061BF. Grayscale: #9D9D9D. Windows color (decimal): -4219328 or 4234943. OLE color: 4234943.
HSL color Cylindrical-coordinate representation of color #BF9E40: hue angle of 44.41º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF9E40 is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 158 | 64 | - |
| CMYK | 0 | 0.17 | 0.66 | 0.25 |
| HSL | 44.41º | 0.5% | 0.5% | - |
| HSV(B) | 44.41º | 0.66% | 0.75% | - |
| XYZ | 34.64 | 35.9 | 9.95 | - |
| YUV | 157.15 | 75.43 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 158 | 64 | 0 | 0.17 | 0.66 | 0.25 | 44.41 | 0.5 | 0.5 |
| Hex | BF | 9E | 40 | 0 | 11 | 42 | 19 | 2C | 32 | 32 |
| Octal | 277 | 236 | 100 | 0 | 21 | 102 | 31 | 54 | 62 | 62 |
| Binary | 10111111 | 10011110 | 1000000 | 0 | 10001 | 1000010 | 11001 | 101100 | 110010 | 110010 |
Color Harmonies of #BF9E40
Complementary color
Monochromatic Colors of #BF9E40
Black with #BF9E40
Text Example
Text Example
White with #BF9E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9E40; }
p { color: rgb(191,158,64); }
H1.HeaderClassName
{
color: #BF9E40;
}
.AnyTagClassName
{
color: #BF9E40;
}
</style>
background-color css
<style>
a { background-color: #BF9E40; }
a { background-color: rgb(191,158,64); }
div.DivClassName
{
background-color: #BF9E40;
}
.BgClassName
{
background-color: #BF9E40;
}
</style>
border-color css
<style>
span { border-color: #BF9E40; }
span { border-color: rgb(191,158,64); }
td.TdClassName
{
border-color: #BF9E40;
}
.TagClassName
{
border-color: #BF9E40;
}
</style>