Shades of Contessa #B87470
Tints of Contessa #B87470
RGB
CMYK
RGB Variations
Color information
#B87470 (or 0xB87470) is known color: Contessa. HEX triplet: B8, 74 and 70. RGB value is (184,116,112). Sum of RGB (Red+Green+Blue) = 184+116+112=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 116 (45.70% from 255 or 28.16% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 184 - color contains mainly: red. Hex color #B87470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87470 is #478B8F. Grayscale: #878787. Windows color (decimal): -4688784 or 7369912. OLE color: 7369912.
HSL color Cylindrical-coordinate representation of color #B87470: hue angle of 3.33º 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 #B87470 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 116 | 112 | - |
| CMYK | 0 | 0.37 | 0.39 | 0.28 |
| HSL | 3.33º | 0.34% | 0.58% | - |
| HSV(B) | 3.33º | 0.39% | 0.72% | - |
| XYZ | 28.94 | 23.85 | 18.41 | - |
| YUV | 135.88 | 114.53 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 116 | 112 | 0 | 0.37 | 0.39 | 0.28 | 3.33 | 0.34 | 0.58 |
| Hex | B8 | 74 | 70 | 0 | 25 | 27 | 1C | 3 | 22 | 3A |
| Octal | 270 | 164 | 160 | 0 | 45 | 47 | 34 | 3 | 42 | 72 |
| Binary | 10111000 | 1110100 | 1110000 | 0 | 100101 | 100111 | 11100 | 11 | 100010 | 111010 |
Color Harmonies of #B87470
Complementary color
Monochromatic Colors of #B87470
Black with #B87470
Text Example
Text Example
White with #B87470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87470; }
p { color: rgb(184,116,112); }
H1.HeaderClassName
{
color: #B87470;
}
.AnyTagClassName
{
color: #B87470;
}
</style>
background-color css
<style>
a { background-color: #B87470; }
a { background-color: rgb(184,116,112); }
div.DivClassName
{
background-color: #B87470;
}
.BgClassName
{
background-color: #B87470;
}
</style>
border-color css
<style>
span { border-color: #B87470; }
span { border-color: rgb(184,116,112); }
td.TdClassName
{
border-color: #B87470;
}
.TagClassName
{
border-color: #B87470;
}
</style>