Shades of Rosy Brown #BB9999
Tints of Rosy Brown #BB9999
RGB
CMYK
RGB Variations
Color information
#BB9999 (or 0xBB9999) is known color: Rosy Brown. HEX triplet: BB, 99 and 99. RGB value is (187,153,153). Sum of RGB (Red+Green+Blue) = 187+153+153=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9999 is #446666. Grayscale: #A3A3A3. Windows color (decimal): -4482663 or 10066363. OLE color: 10066363.
HSL color Cylindrical-coordinate representation of color #BB9999: hue angle of 0º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BB9999 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 153 | 153 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.27 |
| HSL | 0º | 0.2% | 0.67% | - |
| HSV(B) | 0º | 0.18% | 0.73% | - |
| XYZ | 37.63 | 35.65 | 35.03 | - |
| YUV | 163.17 | 122.26 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 153 | 153 | 0 | 0.18 | 0.18 | 0.27 | 0 | 0.2 | 0.67 |
| Hex | BB | 99 | 99 | 0 | 12 | 12 | 1B | 0 | 14 | 43 |
| Octal | 273 | 231 | 231 | 0 | 22 | 22 | 33 | 0 | 24 | 103 |
| Binary | 10111011 | 10011001 | 10011001 | 0 | 10010 | 10010 | 11011 | 0 | 10100 | 1000011 |
Color Harmonies of #BB9999
Complementary color
Monochromatic Colors of #BB9999
Black with #BB9999
Text Example
Text Example
White with #BB9999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9999; }
p { color: rgb(187,153,153); }
H1.HeaderClassName
{
color: #BB9999;
}
.AnyTagClassName
{
color: #BB9999;
}
</style>
background-color css
<style>
a { background-color: #BB9999; }
a { background-color: rgb(187,153,153); }
div.DivClassName
{
background-color: #BB9999;
}
.BgClassName
{
background-color: #BB9999;
}
</style>
border-color css
<style>
span { border-color: #BB9999; }
span { border-color: rgb(187,153,153); }
td.TdClassName
{
border-color: #BB9999;
}
.TagClassName
{
border-color: #BB9999;
}
</style>