Shades of Contessa #BD7572
Tints of Contessa #BD7572
RGB
CMYK
RGB Variations
Color information
#BD7572 (or 0xBD7572) is known color: Contessa. HEX triplet: BD, 75 and 72. RGB value is (189,117,114). Sum of RGB (Red+Green+Blue) = 189+117+114=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 114 (44.92% from 255 or 27.14% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7572 is #428A8D. Grayscale: #8A8A8A. Windows color (decimal): -4360846 or 7501245. OLE color: 7501245.
HSL color Cylindrical-coordinate representation of color #BD7572: hue angle of 2.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD7572 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 117 | 114 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.26 |
| HSL | 2.4º | 0.36% | 0.59% | - |
| HSV(B) | 2.4º | 0.4% | 0.74% | - |
| XYZ | 30.38 | 24.76 | 19.1 | - |
| YUV | 138.19 | 114.35 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 117 | 114 | 0 | 0.38 | 0.40 | 0.26 | 2.4 | 0.36 | 0.59 |
| Hex | BD | 75 | 72 | 0 | 26 | 28 | 1A | 2 | 24 | 3B |
| Octal | 275 | 165 | 162 | 0 | 46 | 50 | 32 | 2 | 44 | 73 |
| Binary | 10111101 | 1110101 | 1110010 | 0 | 100110 | 101000 | 11010 | 10 | 100100 | 111011 |
Color Harmonies of #BD7572
Complementary color
Monochromatic Colors of #BD7572
Black with #BD7572
Text Example
Text Example
White with #BD7572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7572; }
p { color: rgb(189,117,114); }
H1.HeaderClassName
{
color: #BD7572;
}
.AnyTagClassName
{
color: #BD7572;
}
</style>
background-color css
<style>
a { background-color: #BD7572; }
a { background-color: rgb(189,117,114); }
div.DivClassName
{
background-color: #BD7572;
}
.BgClassName
{
background-color: #BD7572;
}
</style>
border-color css
<style>
span { border-color: #BD7572; }
span { border-color: rgb(189,117,114); }
td.TdClassName
{
border-color: #BD7572;
}
.TagClassName
{
border-color: #BD7572;
}
</style>