Shades of Contessa #B57170
Tints of Contessa #B57170
RGB
CMYK
RGB Variations
Color information
#B57170 (or 0xB57170) is known color: Contessa. HEX triplet: B5, 71 and 70. RGB value is (181,113,112). Sum of RGB (Red+Green+Blue) = 181+113+112=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 181 - color contains mainly: red. Hex color #B57170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57170 is #4A8E8F. Grayscale: #858585. Windows color (decimal): -4886160 or 7369141. OLE color: 7369141.
HSL color Cylindrical-coordinate representation of color #B57170: hue angle of 0.87º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B57170 is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 113 | 112 | - |
| CMYK | 0 | 0.38 | 0.38 | 0.29 |
| HSL | 0.87º | 0.32% | 0.57% | - |
| HSV(B) | 0.87º | 0.38% | 0.71% | - |
| XYZ | 27.89 | 22.8 | 18.26 | - |
| YUV | 133.22 | 116.03 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 113 | 112 | 0 | 0.38 | 0.38 | 0.29 | 0.87 | 0.32 | 0.57 |
| Hex | B5 | 71 | 70 | 0 | 26 | 26 | 1D | 1 | 20 | 39 |
| Octal | 265 | 161 | 160 | 0 | 46 | 46 | 35 | 1 | 40 | 71 |
| Binary | 10110101 | 1110001 | 1110000 | 0 | 100110 | 100110 | 11101 | 1 | 100000 | 111001 |
Color Harmonies of #B57170
Complementary color
Monochromatic Colors of #B57170
Black with #B57170
Text Example
Text Example
White with #B57170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57170; }
p { color: rgb(181,113,112); }
H1.HeaderClassName
{
color: #B57170;
}
.AnyTagClassName
{
color: #B57170;
}
</style>
background-color css
<style>
a { background-color: #B57170; }
a { background-color: rgb(181,113,112); }
div.DivClassName
{
background-color: #B57170;
}
.BgClassName
{
background-color: #B57170;
}
</style>
border-color css
<style>
span { border-color: #B57170; }
span { border-color: rgb(181,113,112); }
td.TdClassName
{
border-color: #B57170;
}
.TagClassName
{
border-color: #B57170;
}
</style>