Shades of Roti #BB9C3E
Tints of Roti #BB9C3E
RGB
CMYK
RGB Variations
Color information
#BB9C3E (or 0xBB9C3E) is known color: Roti. HEX triplet: BB, 9C and 3E. RGB value is (187,156,62). Sum of RGB (Red+Green+Blue) = 187+156+62=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 156 (61.33% from 255 or 38.52% from 405); Blue value is 62 (24.61% from 255 or 15.31% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9C3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9C3E is #4463C1. Grayscale: #9A9A9A. Windows color (decimal): -4481986 or 4103355. OLE color: 4103355.
HSL color Cylindrical-coordinate representation of color #BB9C3E: hue angle of 45.12º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB9C3E is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 156 | 62 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.27 |
| HSL | 45.12º | 0.5% | 0.49% | - |
| HSV(B) | 45.12º | 0.67% | 0.73% | - |
| XYZ | 33.25 | 34.69 | 9.5 | - |
| YUV | 154.55 | 75.77 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 156 | 62 | 0 | 0.17 | 0.67 | 0.27 | 45.12 | 0.5 | 0.49 |
| Hex | BB | 9C | 3E | 0 | 11 | 43 | 1B | 2D | 32 | 31 |
| Octal | 273 | 234 | 76 | 0 | 21 | 103 | 33 | 55 | 62 | 61 |
| Binary | 10111011 | 10011100 | 111110 | 0 | 10001 | 1000011 | 11011 | 101101 | 110010 | 110001 |
Color Harmonies of #BB9C3E
Complementary color
Monochromatic Colors of #BB9C3E
Black with #BB9C3E
Text Example
Text Example
White with #BB9C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9C3E; }
p { color: rgb(187,156,62); }
H1.HeaderClassName
{
color: #BB9C3E;
}
.AnyTagClassName
{
color: #BB9C3E;
}
</style>
background-color css
<style>
a { background-color: #BB9C3E; }
a { background-color: rgb(187,156,62); }
div.DivClassName
{
background-color: #BB9C3E;
}
.BgClassName
{
background-color: #BB9C3E;
}
</style>
border-color css
<style>
span { border-color: #BB9C3E; }
span { border-color: rgb(187,156,62); }
td.TdClassName
{
border-color: #BB9C3E;
}
.TagClassName
{
border-color: #BB9C3E;
}
</style>