Shades of Contessa #B87370
Tints of Contessa #B87370
RGB
CMYK
RGB Variations
Color information
#B87370 (or 0xB87370) is known color: Contessa. HEX triplet: B8, 73 and 70. RGB value is (184,115,112). Sum of RGB (Red+Green+Blue) = 184+115+112=411 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.77% from 411); Green value is 115 (45.31% from 255 or 27.98% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 184 - color contains mainly: red. Hex color #B87370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87370 is #478C8F. Grayscale: #878787. Windows color (decimal): -4689040 or 7369656. OLE color: 7369656.
HSL color Cylindrical-coordinate representation of color #B87370: hue angle of 2.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 #B87370 is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 115 | 112 | - |
| CMYK | 0 | 0.38 | 0.39 | 0.28 |
| HSL | 2.5º | 0.34% | 0.58% | - |
| HSV(B) | 2.5º | 0.39% | 0.72% | - |
| XYZ | 28.82 | 23.62 | 18.37 | - |
| YUV | 135.29 | 114.86 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 115 | 112 | 0 | 0.38 | 0.39 | 0.28 | 2.5 | 0.34 | 0.58 |
| Hex | B8 | 73 | 70 | 0 | 26 | 27 | 1C | 2 | 22 | 3A |
| Octal | 270 | 163 | 160 | 0 | 46 | 47 | 34 | 2 | 42 | 72 |
| Binary | 10111000 | 1110011 | 1110000 | 0 | 100110 | 100111 | 11100 | 10 | 100010 | 111010 |
Color Harmonies of #B87370
Complementary color
Monochromatic Colors of #B87370
Black with #B87370
Text Example
Text Example
White with #B87370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87370; }
p { color: rgb(184,115,112); }
H1.HeaderClassName
{
color: #B87370;
}
.AnyTagClassName
{
color: #B87370;
}
</style>
background-color css
<style>
a { background-color: #B87370; }
a { background-color: rgb(184,115,112); }
div.DivClassName
{
background-color: #B87370;
}
.BgClassName
{
background-color: #B87370;
}
</style>
border-color css
<style>
span { border-color: #B87370; }
span { border-color: rgb(184,115,112); }
td.TdClassName
{
border-color: #B87370;
}
.TagClassName
{
border-color: #B87370;
}
</style>