Shades of Roti #BC9F40
Tints of Roti #BC9F40
RGB
CMYK
RGB Variations
Color information
#BC9F40 (or 0xBC9F40) is known color: Roti. HEX triplet: BC, 9F and 40. RGB value is (188,159,64). Sum of RGB (Red+Green+Blue) = 188+159+64=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 159 (62.5% from 255 or 38.69% from 411); Blue value is 64 (25.39% from 255 or 15.57% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9F40 is #4360BF. Grayscale: #9D9D9D. Windows color (decimal): -4415680 or 4235196. OLE color: 4235196.
HSL color Cylindrical-coordinate representation of color #BC9F40: hue angle of 45.97º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC9F40 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 159 | 64 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.26 |
| HSL | 45.97º | 0.49% | 0.49% | - |
| HSV(B) | 45.97º | 0.66% | 0.74% | - |
| XYZ | 34.06 | 35.86 | 9.98 | - |
| YUV | 156.84 | 75.61 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 159 | 64 | 0 | 0.15 | 0.66 | 0.26 | 45.97 | 0.49 | 0.49 |
| Hex | BC | 9F | 40 | 0 | F | 42 | 1A | 2E | 31 | 31 |
| Octal | 274 | 237 | 100 | 0 | 17 | 102 | 32 | 56 | 61 | 61 |
| Binary | 10111100 | 10011111 | 1000000 | 0 | 1111 | 1000010 | 11010 | 101110 | 110001 | 110001 |
Color Harmonies of #BC9F40
Complementary color
Monochromatic Colors of #BC9F40
Black with #BC9F40
Text Example
Text Example
White with #BC9F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9F40; }
p { color: rgb(188,159,64); }
H1.HeaderClassName
{
color: #BC9F40;
}
.AnyTagClassName
{
color: #BC9F40;
}
</style>
background-color css
<style>
a { background-color: #BC9F40; }
a { background-color: rgb(188,159,64); }
div.DivClassName
{
background-color: #BC9F40;
}
.BgClassName
{
background-color: #BC9F40;
}
</style>
border-color css
<style>
span { border-color: #BC9F40; }
span { border-color: rgb(188,159,64); }
td.TdClassName
{
border-color: #BC9F40;
}
.TagClassName
{
border-color: #BC9F40;
}
</style>