Shades of Contessa #B87970
Tints of Contessa #B87970
RGB
CMYK
RGB Variations
Color information
#B87970 (or 0xB87970) is known color: Contessa. HEX triplet: B8, 79 and 70. RGB value is (184,121,112). Sum of RGB (Red+Green+Blue) = 184+121+112=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 121 (47.66% from 255 or 29.02% from 417); Blue value is 112 (44.14% from 255 or 26.86% from 417); Max value from RGB is 184 - color contains mainly: red. Hex color #B87970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87970 is #47868F. Grayscale: #8A8A8A. Windows color (decimal): -4687504 or 7371192. OLE color: 7371192.
HSL color Cylindrical-coordinate representation of color #B87970: hue angle of 7.5º degrees, saturation: 0.34, 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 #B87970 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 121 | 112 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.28 |
| HSL | 7.5º | 0.34% | 0.58% | - |
| HSV(B) | 7.5º | 0.39% | 0.72% | - |
| XYZ | 29.53 | 25.03 | 18.61 | - |
| YUV | 138.81 | 112.87 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 121 | 112 | 0 | 0.34 | 0.39 | 0.28 | 7.5 | 0.34 | 0.58 |
| Hex | B8 | 79 | 70 | 0 | 22 | 27 | 1C | 8 | 22 | 3A |
| Octal | 270 | 171 | 160 | 0 | 42 | 47 | 34 | 10 | 42 | 72 |
| Binary | 10111000 | 1111001 | 1110000 | 0 | 100010 | 100111 | 11100 | 1000 | 100010 | 111010 |
Color Harmonies of #B87970
Complementary color
Monochromatic Colors of #B87970
Black with #B87970
Text Example
Text Example
White with #B87970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87970; }
p { color: rgb(184,121,112); }
H1.HeaderClassName
{
color: #B87970;
}
.AnyTagClassName
{
color: #B87970;
}
</style>
background-color css
<style>
a { background-color: #B87970; }
a { background-color: rgb(184,121,112); }
div.DivClassName
{
background-color: #B87970;
}
.BgClassName
{
background-color: #B87970;
}
</style>
border-color css
<style>
span { border-color: #B87970; }
span { border-color: rgb(184,121,112); }
td.TdClassName
{
border-color: #B87970;
}
.TagClassName
{
border-color: #B87970;
}
</style>