Shades of Contessa #BD7170
Tints of Contessa #BD7170
RGB
CMYK
RGB Variations
Color information
#BD7170 (or 0xBD7170) is known color: Contessa. HEX triplet: BD, 71 and 70. RGB value is (189,113,112). Sum of RGB (Red+Green+Blue) = 189+113+112=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 113 (44.53% from 255 or 27.29% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7170 is #428E8F. Grayscale: #878787. Windows color (decimal): -4361872 or 7369149. OLE color: 7369149.
HSL color Cylindrical-coordinate representation of color #BD7170: hue angle of 0.78º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD7170 is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 113 | 112 | - |
| CMYK | 0 | 0.40 | 0.41 | 0.26 |
| HSL | 0.78º | 0.37% | 0.59% | - |
| HSV(B) | 0.78º | 0.41% | 0.74% | - |
| XYZ | 29.82 | 23.8 | 18.35 | - |
| YUV | 135.61 | 114.68 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 113 | 112 | 0 | 0.40 | 0.41 | 0.26 | 0.78 | 0.37 | 0.59 |
| Hex | BD | 71 | 70 | 0 | 28 | 29 | 1A | 1 | 25 | 3B |
| Octal | 275 | 161 | 160 | 0 | 50 | 51 | 32 | 1 | 45 | 73 |
| Binary | 10111101 | 1110001 | 1110000 | 0 | 101000 | 101001 | 11010 | 1 | 100101 | 111011 |
Color Harmonies of #BD7170
Complementary color
Monochromatic Colors of #BD7170
Black with #BD7170
Text Example
Text Example
White with #BD7170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7170; }
p { color: rgb(189,113,112); }
H1.HeaderClassName
{
color: #BD7170;
}
.AnyTagClassName
{
color: #BD7170;
}
</style>
background-color css
<style>
a { background-color: #BD7170; }
a { background-color: rgb(189,113,112); }
div.DivClassName
{
background-color: #BD7170;
}
.BgClassName
{
background-color: #BD7170;
}
</style>
border-color css
<style>
span { border-color: #BD7170; }
span { border-color: rgb(189,113,112); }
td.TdClassName
{
border-color: #BD7170;
}
.TagClassName
{
border-color: #BD7170;
}
</style>