Shades of Rosy Brown #B88C89
Tints of Rosy Brown #B88C89
RGB
CMYK
RGB Variations
Color information
#B88C89 (or 0xB88C89) is known color: Rosy Brown. HEX triplet: B8, 8C and 89. RGB value is (184,140,137). Sum of RGB (Red+Green+Blue) = 184+140+137=461 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.91% from 461); Green value is 140 (55.08% from 255 or 30.37% from 461); Blue value is 137 (53.91% from 255 or 29.72% from 461); Max value from RGB is 184 - color contains mainly: red. Hex color #B88C89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88C89 is #477376. Grayscale: #989898. Windows color (decimal): -4682615 or 9014456. OLE color: 9014456.
HSL color Cylindrical-coordinate representation of color #B88C89: hue angle of 3.83º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B88C89 is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 140 | 137 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.28 |
| HSL | 3.83º | 0.25% | 0.63% | - |
| HSV(B) | 3.83º | 0.26% | 0.72% | - |
| XYZ | 33.66 | 30.75 | 27.83 | - |
| YUV | 152.81 | 119.08 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 140 | 137 | 0 | 0.24 | 0.26 | 0.28 | 3.83 | 0.25 | 0.63 |
| Hex | B8 | 8C | 89 | 0 | 18 | 1A | 1C | 4 | 19 | 3F |
| Octal | 270 | 214 | 211 | 0 | 30 | 32 | 34 | 4 | 31 | 77 |
| Binary | 10111000 | 10001100 | 10001001 | 0 | 11000 | 11010 | 11100 | 100 | 11001 | 111111 |
Color Harmonies of #B88C89
Complementary color
Monochromatic Colors of #B88C89
Black with #B88C89
Text Example
Text Example
White with #B88C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88C89; }
p { color: rgb(184,140,137); }
H1.HeaderClassName
{
color: #B88C89;
}
.AnyTagClassName
{
color: #B88C89;
}
</style>
background-color css
<style>
a { background-color: #B88C89; }
a { background-color: rgb(184,140,137); }
div.DivClassName
{
background-color: #B88C89;
}
.BgClassName
{
background-color: #B88C89;
}
</style>
border-color css
<style>
span { border-color: #B88C89; }
span { border-color: rgb(184,140,137); }
td.TdClassName
{
border-color: #B88C89;
}
.TagClassName
{
border-color: #B88C89;
}
</style>