Shades of Roti #BC9941
Tints of Roti #BC9941
RGB
CMYK
RGB Variations
Color information
#BC9941 (or 0xBC9941) is known color: Roti. HEX triplet: BC, 99 and 41. RGB value is (188,153,65). Sum of RGB (Red+Green+Blue) = 188+153+65=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 65 (25.78% from 255 or 16.01% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9941 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9941 is #4366BE. Grayscale: #999999. Windows color (decimal): -4417215 or 4299196. OLE color: 4299196.
HSL color Cylindrical-coordinate representation of color #BC9941: hue angle of 42.93º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC9941 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 153 | 65 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.26 |
| HSL | 42.93º | 0.49% | 0.5% | - |
| HSV(B) | 42.93º | 0.65% | 0.74% | - |
| XYZ | 33.08 | 33.86 | 9.79 | - |
| YUV | 153.43 | 78.1 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 153 | 65 | 0 | 0.19 | 0.65 | 0.26 | 42.93 | 0.49 | 0.5 |
| Hex | BC | 99 | 41 | 0 | 13 | 41 | 1A | 2B | 31 | 32 |
| Octal | 274 | 231 | 101 | 0 | 23 | 101 | 32 | 53 | 61 | 62 |
| Binary | 10111100 | 10011001 | 1000001 | 0 | 10011 | 1000001 | 11010 | 101011 | 110001 | 110010 |
Color Harmonies of #BC9941
Complementary color
Monochromatic Colors of #BC9941
Black with #BC9941
Text Example
Text Example
White with #BC9941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9941; }
p { color: rgb(188,153,65); }
H1.HeaderClassName
{
color: #BC9941;
}
.AnyTagClassName
{
color: #BC9941;
}
</style>
background-color css
<style>
a { background-color: #BC9941; }
a { background-color: rgb(188,153,65); }
div.DivClassName
{
background-color: #BC9941;
}
.BgClassName
{
background-color: #BC9941;
}
</style>
border-color css
<style>
span { border-color: #BC9941; }
span { border-color: rgb(188,153,65); }
td.TdClassName
{
border-color: #BC9941;
}
.TagClassName
{
border-color: #BC9941;
}
</style>