Shades of Roti #BB9949
Tints of Roti #BB9949
RGB
CMYK
RGB Variations
Color information
#BB9949 (or 0xBB9949) is known color: Roti. HEX triplet: BB, 99 and 49. RGB value is (187,153,73). Sum of RGB (Red+Green+Blue) = 187+153+73=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 153 (60.16% from 255 or 37.05% from 413); Blue value is 73 (28.91% from 255 or 17.68% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9949 is #4466B6. Grayscale: #9A9A9A. Windows color (decimal): -4482743 or 4823483. OLE color: 4823483.
HSL color Cylindrical-coordinate representation of color #BB9949: hue angle of 42.11º 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 #BB9949 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 153 | 73 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.27 |
| HSL | 42.11º | 0.46% | 0.51% | - |
| HSV(B) | 42.11º | 0.61% | 0.73% | - |
| XYZ | 33.09 | 33.83 | 11.09 | - |
| YUV | 154.05 | 82.26 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 153 | 73 | 0 | 0.18 | 0.61 | 0.27 | 42.11 | 0.46 | 0.51 |
| Hex | BB | 99 | 49 | 0 | 12 | 3D | 1B | 2A | 2E | 33 |
| Octal | 273 | 231 | 111 | 0 | 22 | 75 | 33 | 52 | 56 | 63 |
| Binary | 10111011 | 10011001 | 1001001 | 0 | 10010 | 111101 | 11011 | 101010 | 101110 | 110011 |
Color Harmonies of #BB9949
Complementary color
Monochromatic Colors of #BB9949
Black with #BB9949
Text Example
Text Example
White with #BB9949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9949; }
p { color: rgb(187,153,73); }
H1.HeaderClassName
{
color: #BB9949;
}
.AnyTagClassName
{
color: #BB9949;
}
</style>
background-color css
<style>
a { background-color: #BB9949; }
a { background-color: rgb(187,153,73); }
div.DivClassName
{
background-color: #BB9949;
}
.BgClassName
{
background-color: #BB9949;
}
</style>
border-color css
<style>
span { border-color: #BB9949; }
span { border-color: rgb(187,153,73); }
td.TdClassName
{
border-color: #BB9949;
}
.TagClassName
{
border-color: #BB9949;
}
</style>