Shades of Roti #BB9939
Tints of Roti #BB9939
RGB
CMYK
RGB Variations
Color information
#BB9939 (or 0xBB9939) is known color: Roti. HEX triplet: BB, 99 and 39. RGB value is (187,153,57). Sum of RGB (Red+Green+Blue) = 187+153+57=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 57 (22.66% from 255 or 14.36% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9939 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9939 is #4466C6. Grayscale: #989898. Windows color (decimal): -4482759 or 3774907. OLE color: 3774907.
HSL color Cylindrical-coordinate representation of color #BB9939: hue angle of 44.31º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB9939 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 153 | 57 | - |
| CMYK | 0 | 0.18 | 0.70 | 0.27 |
| HSL | 44.31º | 0.53% | 0.48% | - |
| HSV(B) | 44.31º | 0.7% | 0.73% | - |
| XYZ | 32.62 | 33.64 | 8.65 | - |
| YUV | 152.22 | 74.26 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 153 | 57 | 0 | 0.18 | 0.70 | 0.27 | 44.31 | 0.53 | 0.48 |
| Hex | BB | 99 | 39 | 0 | 12 | 46 | 1B | 2C | 35 | 30 |
| Octal | 273 | 231 | 71 | 0 | 22 | 106 | 33 | 54 | 65 | 60 |
| Binary | 10111011 | 10011001 | 111001 | 0 | 10010 | 1000110 | 11011 | 101100 | 110101 | 110000 |
Color Harmonies of #BB9939
Complementary color
Monochromatic Colors of #BB9939
Black with #BB9939
Text Example
Text Example
White with #BB9939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9939; }
p { color: rgb(187,153,57); }
H1.HeaderClassName
{
color: #BB9939;
}
.AnyTagClassName
{
color: #BB9939;
}
</style>
background-color css
<style>
a { background-color: #BB9939; }
a { background-color: rgb(187,153,57); }
div.DivClassName
{
background-color: #BB9939;
}
.BgClassName
{
background-color: #BB9939;
}
</style>
border-color css
<style>
span { border-color: #BB9939; }
span { border-color: rgb(187,153,57); }
td.TdClassName
{
border-color: #BB9939;
}
.TagClassName
{
border-color: #BB9939;
}
</style>