Shades of Rosy Brown #B08888
Tints of Rosy Brown #B08888
RGB
CMYK
RGB Variations
Color information
#B08888 (or 0xB08888) is known color: Rosy Brown. HEX triplet: B0, 88 and 88. RGB value is (176,136,136). Sum of RGB (Red+Green+Blue) = 176+136+136=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 136 (53.52% from 255 or 30.36% from 448); Blue value is 136 (53.52% from 255 or 30.36% from 448); Max value from RGB is 176 - color contains mainly: red. Hex color #B08888 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08888 is #4F7777. Grayscale: #949494. Windows color (decimal): -5207928 or 8947888. OLE color: 8947888.
HSL color Cylindrical-coordinate representation of color #B08888: hue angle of 0º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B08888 is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 136 | 136 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.31 |
| HSL | 0º | 0.2% | 0.61% | - |
| HSV(B) | 0º | 0.23% | 0.69% | - |
| XYZ | 31.15 | 28.62 | 27.17 | - |
| YUV | 147.96 | 121.25 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 136 | 136 | 0 | 0.23 | 0.23 | 0.31 | 0 | 0.2 | 0.61 |
| Hex | B0 | 88 | 88 | 0 | 17 | 17 | 1F | 0 | 14 | 3D |
| Octal | 260 | 210 | 210 | 0 | 27 | 27 | 37 | 0 | 24 | 75 |
| Binary | 10110000 | 10001000 | 10001000 | 0 | 10111 | 10111 | 11111 | 0 | 10100 | 111101 |
Color Harmonies of #B08888
Complementary color
Monochromatic Colors of #B08888
Black with #B08888
Text Example
Text Example
White with #B08888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08888; }
p { color: rgb(176,136,136); }
H1.HeaderClassName
{
color: #B08888;
}
.AnyTagClassName
{
color: #B08888;
}
</style>
background-color css
<style>
a { background-color: #B08888; }
a { background-color: rgb(176,136,136); }
div.DivClassName
{
background-color: #B08888;
}
.BgClassName
{
background-color: #B08888;
}
</style>
border-color css
<style>
span { border-color: #B08888; }
span { border-color: rgb(176,136,136); }
td.TdClassName
{
border-color: #B08888;
}
.TagClassName
{
border-color: #B08888;
}
</style>