Shades of Rosy Brown #BB9898
Tints of Rosy Brown #BB9898
RGB
CMYK
RGB Variations
Color information
#BB9898 (or 0xBB9898) is known color: Rosy Brown. HEX triplet: BB, 98 and 98. RGB value is (187,152,152). Sum of RGB (Red+Green+Blue) = 187+152+152=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 152 (59.77% from 255 or 30.96% from 491); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9898 is #446767. Grayscale: #A2A2A2. Windows color (decimal): -4482920 or 10000571. OLE color: 10000571.
HSL color Cylindrical-coordinate representation of color #BB9898: hue angle of 0º degrees, saturation: 0.2, 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 #BB9898 is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 152 | 152 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.27 |
| HSL | 0º | 0.2% | 0.66% | - |
| HSV(B) | 0º | 0.19% | 0.73% | - |
| XYZ | 37.39 | 35.29 | 34.55 | - |
| YUV | 162.47 | 122.1 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 152 | 152 | 0 | 0.19 | 0.19 | 0.27 | 0 | 0.2 | 0.66 |
| Hex | BB | 98 | 98 | 0 | 13 | 13 | 1B | 0 | 14 | 42 |
| Octal | 273 | 230 | 230 | 0 | 23 | 23 | 33 | 0 | 24 | 102 |
| Binary | 10111011 | 10011000 | 10011000 | 0 | 10011 | 10011 | 11011 | 0 | 10100 | 1000010 |
Color Harmonies of #BB9898
Complementary color
Monochromatic Colors of #BB9898
Black with #BB9898
Text Example
Text Example
White with #BB9898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9898; }
p { color: rgb(187,152,152); }
H1.HeaderClassName
{
color: #BB9898;
}
.AnyTagClassName
{
color: #BB9898;
}
</style>
background-color css
<style>
a { background-color: #BB9898; }
a { background-color: rgb(187,152,152); }
div.DivClassName
{
background-color: #BB9898;
}
.BgClassName
{
background-color: #BB9898;
}
</style>
border-color css
<style>
span { border-color: #BB9898; }
span { border-color: rgb(187,152,152); }
td.TdClassName
{
border-color: #BB9898;
}
.TagClassName
{
border-color: #BB9898;
}
</style>