Shades of Roti #BB9C40
Tints of Roti #BB9C40
RGB
CMYK
RGB Variations
Color information
#BB9C40 (or 0xBB9C40) is known color: Roti. HEX triplet: BB, 9C and 40. RGB value is (187,156,64). Sum of RGB (Red+Green+Blue) = 187+156+64=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 156 (61.33% from 255 or 38.33% from 407); Blue value is 64 (25.39% from 255 or 15.72% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9C40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9C40 is #4463BF. Grayscale: #9B9B9B. Windows color (decimal): -4481984 or 4234427. OLE color: 4234427.
HSL color Cylindrical-coordinate representation of color #BB9C40: hue angle of 44.88º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB9C40 is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 156 | 64 | - |
| CMYK | 0 | 0.17 | 0.66 | 0.27 |
| HSL | 44.88º | 0.49% | 0.49% | - |
| HSV(B) | 44.88º | 0.66% | 0.73% | - |
| XYZ | 33.31 | 34.71 | 9.8 | - |
| YUV | 154.78 | 76.77 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 156 | 64 | 0 | 0.17 | 0.66 | 0.27 | 44.88 | 0.49 | 0.49 |
| Hex | BB | 9C | 40 | 0 | 11 | 42 | 1B | 2D | 31 | 31 |
| Octal | 273 | 234 | 100 | 0 | 21 | 102 | 33 | 55 | 61 | 61 |
| Binary | 10111011 | 10011100 | 1000000 | 0 | 10001 | 1000010 | 11011 | 101101 | 110001 | 110001 |
Color Harmonies of #BB9C40
Complementary color
Monochromatic Colors of #BB9C40
Black with #BB9C40
Text Example
Text Example
White with #BB9C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9C40; }
p { color: rgb(187,156,64); }
H1.HeaderClassName
{
color: #BB9C40;
}
.AnyTagClassName
{
color: #BB9C40;
}
</style>
background-color css
<style>
a { background-color: #BB9C40; }
a { background-color: rgb(187,156,64); }
div.DivClassName
{
background-color: #BB9C40;
}
.BgClassName
{
background-color: #BB9C40;
}
</style>
border-color css
<style>
span { border-color: #BB9C40; }
span { border-color: rgb(187,156,64); }
td.TdClassName
{
border-color: #BB9C40;
}
.TagClassName
{
border-color: #BB9C40;
}
</style>