Shades of Contessa #B87871
Tints of Contessa #B87871
RGB
CMYK
RGB Variations
Color information
#B87871 (or 0xB87871) is known color: Contessa. HEX triplet: B8, 78 and 71. RGB value is (184,120,113). Sum of RGB (Red+Green+Blue) = 184+120+113=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 184 - color contains mainly: red. Hex color #B87871 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87871 is #47878E. Grayscale: #8A8A8A. Windows color (decimal): -4687759 or 7436472. OLE color: 7436472.
HSL color Cylindrical-coordinate representation of color #B87871: hue angle of 5.92º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B87871 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 120 | 113 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.28 |
| HSL | 5.92º | 0.33% | 0.58% | - |
| HSV(B) | 5.92º | 0.39% | 0.72% | - |
| XYZ | 29.46 | 24.82 | 18.86 | - |
| YUV | 138.34 | 113.7 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 120 | 113 | 0 | 0.35 | 0.39 | 0.28 | 5.92 | 0.33 | 0.58 |
| Hex | B8 | 78 | 71 | 0 | 23 | 27 | 1C | 6 | 21 | 3A |
| Octal | 270 | 170 | 161 | 0 | 43 | 47 | 34 | 6 | 41 | 72 |
| Binary | 10111000 | 1111000 | 1110001 | 0 | 100011 | 100111 | 11100 | 110 | 100001 | 111010 |
Color Harmonies of #B87871
Complementary color
Monochromatic Colors of #B87871
Black with #B87871
Text Example
Text Example
White with #B87871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87871; }
p { color: rgb(184,120,113); }
H1.HeaderClassName
{
color: #B87871;
}
.AnyTagClassName
{
color: #B87871;
}
</style>
background-color css
<style>
a { background-color: #B87871; }
a { background-color: rgb(184,120,113); }
div.DivClassName
{
background-color: #B87871;
}
.BgClassName
{
background-color: #B87871;
}
</style>
border-color css
<style>
span { border-color: #B87871; }
span { border-color: rgb(184,120,113); }
td.TdClassName
{
border-color: #B87871;
}
.TagClassName
{
border-color: #B87871;
}
</style>