Shades of Contessa #BD7272
Tints of Contessa #BD7272
RGB
CMYK
RGB Variations
Color information
#BD7272 (or 0xBD7272) is known color: Contessa. HEX triplet: BD, 72 and 72. RGB value is (189,114,114). Sum of RGB (Red+Green+Blue) = 189+114+114=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7272 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7272 is #428D8D. Grayscale: #888888. Windows color (decimal): -4361614 or 7500477. OLE color: 7500477.
HSL color Cylindrical-coordinate representation of color #BD7272: hue angle of 0º 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 #BD7272 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 114 | 114 | - |
| CMYK | 0 | 0.40 | 0.40 | 0.26 |
| HSL | 0º | 0.36% | 0.59% | - |
| HSV(B) | 0º | 0.4% | 0.74% | - |
| XYZ | 30.04 | 24.07 | 18.98 | - |
| YUV | 136.43 | 115.35 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 114 | 114 | 0 | 0.40 | 0.40 | 0.26 | 0 | 0.36 | 0.59 |
| Hex | BD | 72 | 72 | 0 | 28 | 28 | 1A | 0 | 24 | 3B |
| Octal | 275 | 162 | 162 | 0 | 50 | 50 | 32 | 0 | 44 | 73 |
| Binary | 10111101 | 1110010 | 1110010 | 0 | 101000 | 101000 | 11010 | 0 | 100100 | 111011 |
Color Harmonies of #BD7272
Complementary color
Monochromatic Colors of #BD7272
Black with #BD7272
Text Example
Text Example
White with #BD7272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7272; }
p { color: rgb(189,114,114); }
H1.HeaderClassName
{
color: #BD7272;
}
.AnyTagClassName
{
color: #BD7272;
}
</style>
background-color css
<style>
a { background-color: #BD7272; }
a { background-color: rgb(189,114,114); }
div.DivClassName
{
background-color: #BD7272;
}
.BgClassName
{
background-color: #BD7272;
}
</style>
border-color css
<style>
span { border-color: #BD7272; }
span { border-color: rgb(189,114,114); }
td.TdClassName
{
border-color: #BD7272;
}
.TagClassName
{
border-color: #BD7272;
}
</style>