Shades of Contessa #BD7470
Tints of Contessa #BD7470
RGB
CMYK
RGB Variations
Color information
#BD7470 (or 0xBD7470) is known color: Contessa. HEX triplet: BD, 74 and 70. RGB value is (189,116,112). Sum of RGB (Red+Green+Blue) = 189+116+112=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 116 (45.70% from 255 or 27.82% from 417); Blue value is 112 (44.14% from 255 or 26.86% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7470 is #428B8F. Grayscale: #898989. Windows color (decimal): -4361104 or 7369917. OLE color: 7369917.
HSL color Cylindrical-coordinate representation of color #BD7470: hue angle of 3.12º 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 #BD7470 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 116 | 112 | - |
| CMYK | 0 | 0.39 | 0.41 | 0.26 |
| HSL | 3.12º | 0.37% | 0.59% | - |
| HSV(B) | 3.12º | 0.41% | 0.74% | - |
| XYZ | 30.16 | 24.48 | 18.46 | - |
| YUV | 137.37 | 113.68 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 116 | 112 | 0 | 0.39 | 0.41 | 0.26 | 3.12 | 0.37 | 0.59 |
| Hex | BD | 74 | 70 | 0 | 27 | 29 | 1A | 3 | 25 | 3B |
| Octal | 275 | 164 | 160 | 0 | 47 | 51 | 32 | 3 | 45 | 73 |
| Binary | 10111101 | 1110100 | 1110000 | 0 | 100111 | 101001 | 11010 | 11 | 100101 | 111011 |
Color Harmonies of #BD7470
Complementary color
Monochromatic Colors of #BD7470
Black with #BD7470
Text Example
Text Example
White with #BD7470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7470; }
p { color: rgb(189,116,112); }
H1.HeaderClassName
{
color: #BD7470;
}
.AnyTagClassName
{
color: #BD7470;
}
</style>
background-color css
<style>
a { background-color: #BD7470; }
a { background-color: rgb(189,116,112); }
div.DivClassName
{
background-color: #BD7470;
}
.BgClassName
{
background-color: #BD7470;
}
</style>
border-color css
<style>
span { border-color: #BD7470; }
span { border-color: rgb(189,116,112); }
td.TdClassName
{
border-color: #BD7470;
}
.TagClassName
{
border-color: #BD7470;
}
</style>