Shades of Roti #BB9849
Tints of Roti #BB9849
RGB
CMYK
RGB Variations
Color information
#BB9849 (or 0xBB9849) is known color: Roti. HEX triplet: BB, 98 and 49. RGB value is (187,152,73). Sum of RGB (Red+Green+Blue) = 187+152+73=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 152 (59.77% from 255 or 36.89% from 412); Blue value is 73 (28.91% from 255 or 17.72% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9849 is #4467B6. Grayscale: #999999. Windows color (decimal): -4482999 or 4823227. OLE color: 4823227.
HSL color Cylindrical-coordinate representation of color #BB9849: hue angle of 41.58º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB9849 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 152 | 73 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.27 |
| HSL | 41.58º | 0.46% | 0.51% | - |
| HSV(B) | 41.58º | 0.61% | 0.73% | - |
| XYZ | 32.92 | 33.5 | 11.03 | - |
| YUV | 153.46 | 82.6 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 152 | 73 | 0 | 0.19 | 0.61 | 0.27 | 41.58 | 0.46 | 0.51 |
| Hex | BB | 98 | 49 | 0 | 13 | 3D | 1B | 2A | 2E | 33 |
| Octal | 273 | 230 | 111 | 0 | 23 | 75 | 33 | 52 | 56 | 63 |
| Binary | 10111011 | 10011000 | 1001001 | 0 | 10011 | 111101 | 11011 | 101010 | 101110 | 110011 |
Color Harmonies of #BB9849
Complementary color
Monochromatic Colors of #BB9849
Black with #BB9849
Text Example
Text Example
White with #BB9849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9849; }
p { color: rgb(187,152,73); }
H1.HeaderClassName
{
color: #BB9849;
}
.AnyTagClassName
{
color: #BB9849;
}
</style>
background-color css
<style>
a { background-color: #BB9849; }
a { background-color: rgb(187,152,73); }
div.DivClassName
{
background-color: #BB9849;
}
.BgClassName
{
background-color: #BB9849;
}
</style>
border-color css
<style>
span { border-color: #BB9849; }
span { border-color: rgb(187,152,73); }
td.TdClassName
{
border-color: #BB9849;
}
.TagClassName
{
border-color: #BB9849;
}
</style>