Shades of Rosy Brown #BB8A88
Tints of Rosy Brown #BB8A88
RGB
CMYK
RGB Variations
Color information
#BB8A88 (or 0xBB8A88) is known color: Rosy Brown. HEX triplet: BB, 8A and 88. RGB value is (187,138,136). Sum of RGB (Red+Green+Blue) = 187+138+136=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 138 (54.30% from 255 or 29.93% from 461); Blue value is 136 (53.52% from 255 or 29.50% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8A88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8A88 is #447577. Grayscale: #989898. Windows color (decimal): -4486520 or 8948411. OLE color: 8948411.
HSL color Cylindrical-coordinate representation of color #BB8A88: hue angle of 2.35º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BB8A88 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 138 | 136 | - |
| CMYK | 0 | 0.26 | 0.27 | 0.27 |
| HSL | 2.35º | 0.27% | 0.63% | - |
| HSV(B) | 2.35º | 0.27% | 0.73% | - |
| XYZ | 34.03 | 30.52 | 27.39 | - |
| YUV | 152.42 | 118.73 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 138 | 136 | 0 | 0.26 | 0.27 | 0.27 | 2.35 | 0.27 | 0.63 |
| Hex | BB | 8A | 88 | 0 | 1A | 1B | 1B | 2 | 1B | 3F |
| Octal | 273 | 212 | 210 | 0 | 32 | 33 | 33 | 2 | 33 | 77 |
| Binary | 10111011 | 10001010 | 10001000 | 0 | 11010 | 11011 | 11011 | 10 | 11011 | 111111 |
Color Harmonies of #BB8A88
Complementary color
Monochromatic Colors of #BB8A88
Black with #BB8A88
Text Example
Text Example
White with #BB8A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8A88; }
p { color: rgb(187,138,136); }
H1.HeaderClassName
{
color: #BB8A88;
}
.AnyTagClassName
{
color: #BB8A88;
}
</style>
background-color css
<style>
a { background-color: #BB8A88; }
a { background-color: rgb(187,138,136); }
div.DivClassName
{
background-color: #BB8A88;
}
.BgClassName
{
background-color: #BB8A88;
}
</style>
border-color css
<style>
span { border-color: #BB8A88; }
span { border-color: rgb(187,138,136); }
td.TdClassName
{
border-color: #BB8A88;
}
.TagClassName
{
border-color: #BB8A88;
}
</style>