Shades of Roti #BB9946
Tints of Roti #BB9946
RGB
CMYK
RGB Variations
Color information
#BB9946 (or 0xBB9946) is known color: Roti. HEX triplet: BB, 99 and 46. RGB value is (187,153,70). Sum of RGB (Red+Green+Blue) = 187+153+70=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 70 (27.73% from 255 or 17.07% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9946 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9946 is #4466B9. Grayscale: #9A9A9A. Windows color (decimal): -4482746 or 4626875. OLE color: 4626875.
HSL color Cylindrical-coordinate representation of color #BB9946: hue angle of 42.56º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB9946 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 153 | 70 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.27 |
| HSL | 42.56º | 0.46% | 0.5% | - |
| HSV(B) | 42.56º | 0.63% | 0.73% | - |
| XYZ | 32.99 | 33.79 | 10.58 | - |
| YUV | 153.7 | 80.76 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 153 | 70 | 0 | 0.18 | 0.63 | 0.27 | 42.56 | 0.46 | 0.5 |
| Hex | BB | 99 | 46 | 0 | 12 | 3F | 1B | 2B | 2E | 32 |
| Octal | 273 | 231 | 106 | 0 | 22 | 77 | 33 | 53 | 56 | 62 |
| Binary | 10111011 | 10011001 | 1000110 | 0 | 10010 | 111111 | 11011 | 101011 | 101110 | 110010 |
Color Harmonies of #BB9946
Complementary color
Monochromatic Colors of #BB9946
Black with #BB9946
Text Example
Text Example
White with #BB9946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9946; }
p { color: rgb(187,153,70); }
H1.HeaderClassName
{
color: #BB9946;
}
.AnyTagClassName
{
color: #BB9946;
}
</style>
background-color css
<style>
a { background-color: #BB9946; }
a { background-color: rgb(187,153,70); }
div.DivClassName
{
background-color: #BB9946;
}
.BgClassName
{
background-color: #BB9946;
}
</style>
border-color css
<style>
span { border-color: #BB9946; }
span { border-color: rgb(187,153,70); }
td.TdClassName
{
border-color: #BB9946;
}
.TagClassName
{
border-color: #BB9946;
}
</style>