Shades of Rosy Brown #BB9895
Tints of Rosy Brown #BB9895
RGB
CMYK
RGB Variations
Color information
#BB9895 (or 0xBB9895) is known color: Rosy Brown. HEX triplet: BB, 98 and 95. RGB value is (187,152,149). Sum of RGB (Red+Green+Blue) = 187+152+149=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 149 (58.59% from 255 or 30.53% from 488); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9895 is #44676A. Grayscale: #A2A2A2. Windows color (decimal): -4482923 or 9803963. OLE color: 9803963.
HSL color Cylindrical-coordinate representation of color #BB9895: hue angle of 4.74º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BB9895 is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 152 | 149 | - |
| CMYK | 0 | 0.19 | 0.20 | 0.27 |
| HSL | 4.74º | 0.22% | 0.66% | - |
| HSV(B) | 4.74º | 0.2% | 0.73% | - |
| XYZ | 37.15 | 35.19 | 33.27 | - |
| YUV | 162.12 | 120.6 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 152 | 149 | 0 | 0.19 | 0.20 | 0.27 | 4.74 | 0.22 | 0.66 |
| Hex | BB | 98 | 95 | 0 | 13 | 14 | 1B | 5 | 16 | 42 |
| Octal | 273 | 230 | 225 | 0 | 23 | 24 | 33 | 5 | 26 | 102 |
| Binary | 10111011 | 10011000 | 10010101 | 0 | 10011 | 10100 | 11011 | 101 | 10110 | 1000010 |
Color Harmonies of #BB9895
Complementary color
Monochromatic Colors of #BB9895
Black with #BB9895
Text Example
Text Example
White with #BB9895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9895; }
p { color: rgb(187,152,149); }
H1.HeaderClassName
{
color: #BB9895;
}
.AnyTagClassName
{
color: #BB9895;
}
</style>
background-color css
<style>
a { background-color: #BB9895; }
a { background-color: rgb(187,152,149); }
div.DivClassName
{
background-color: #BB9895;
}
.BgClassName
{
background-color: #BB9895;
}
</style>
border-color css
<style>
span { border-color: #BB9895; }
span { border-color: rgb(187,152,149); }
td.TdClassName
{
border-color: #BB9895;
}
.TagClassName
{
border-color: #BB9895;
}
</style>