Shades of Rosy Brown #BB9897
Tints of Rosy Brown #BB9897
RGB
CMYK
RGB Variations
Color information
#BB9897 (or 0xBB9897) is known color: Rosy Brown. HEX triplet: BB, 98 and 97. RGB value is (187,152,151). Sum of RGB (Red+Green+Blue) = 187+152+151=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 152 (59.77% from 255 or 31.02% from 490); Blue value is 151 (59.38% from 255 or 30.82% from 490); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9897 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9897 is #446768. Grayscale: #A2A2A2. Windows color (decimal): -4482921 or 9935035. OLE color: 9935035.
HSL color Cylindrical-coordinate representation of color #BB9897: hue angle of 1.67º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BB9897 is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 152 | 151 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.27 |
| HSL | 1.67º | 0.21% | 0.66% | - |
| HSV(B) | 1.67º | 0.19% | 0.73% | - |
| XYZ | 37.31 | 35.26 | 34.12 | - |
| YUV | 162.35 | 121.6 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 152 | 151 | 0 | 0.19 | 0.19 | 0.27 | 1.67 | 0.21 | 0.66 |
| Hex | BB | 98 | 97 | 0 | 13 | 13 | 1B | 2 | 15 | 42 |
| Octal | 273 | 230 | 227 | 0 | 23 | 23 | 33 | 2 | 25 | 102 |
| Binary | 10111011 | 10011000 | 10010111 | 0 | 10011 | 10011 | 11011 | 10 | 10101 | 1000010 |
Color Harmonies of #BB9897
Complementary color
Monochromatic Colors of #BB9897
Black with #BB9897
Text Example
Text Example
White with #BB9897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9897; }
p { color: rgb(187,152,151); }
H1.HeaderClassName
{
color: #BB9897;
}
.AnyTagClassName
{
color: #BB9897;
}
</style>
background-color css
<style>
a { background-color: #BB9897; }
a { background-color: rgb(187,152,151); }
div.DivClassName
{
background-color: #BB9897;
}
.BgClassName
{
background-color: #BB9897;
}
</style>
border-color css
<style>
span { border-color: #BB9897; }
span { border-color: rgb(187,152,151); }
td.TdClassName
{
border-color: #BB9897;
}
.TagClassName
{
border-color: #BB9897;
}
</style>