Shades of Contessa #BD7972
Tints of Contessa #BD7972
RGB
CMYK
RGB Variations
Color information
#BD7972 (or 0xBD7972) is known color: Contessa. HEX triplet: BD, 79 and 72. RGB value is (189,121,114). Sum of RGB (Red+Green+Blue) = 189+121+114=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 121 (47.66% from 255 or 28.54% from 424); Blue value is 114 (44.92% from 255 or 26.89% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7972 is #42868D. Grayscale: #8C8C8C. Windows color (decimal): -4359822 or 7502269. OLE color: 7502269.
HSL color Cylindrical-coordinate representation of color #BD7972: hue angle of 5.6º 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 #BD7972 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 121 | 114 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.26 |
| HSL | 5.6º | 0.36% | 0.59% | - |
| HSV(B) | 5.6º | 0.4% | 0.74% | - |
| XYZ | 30.86 | 25.71 | 19.26 | - |
| YUV | 140.53 | 113.03 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 121 | 114 | 0 | 0.36 | 0.40 | 0.26 | 5.6 | 0.36 | 0.59 |
| Hex | BD | 79 | 72 | 0 | 24 | 28 | 1A | 6 | 24 | 3B |
| Octal | 275 | 171 | 162 | 0 | 44 | 50 | 32 | 6 | 44 | 73 |
| Binary | 10111101 | 1111001 | 1110010 | 0 | 100100 | 101000 | 11010 | 110 | 100100 | 111011 |
Color Harmonies of #BD7972
Complementary color
Monochromatic Colors of #BD7972
Black with #BD7972
Text Example
Text Example
White with #BD7972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7972; }
p { color: rgb(189,121,114); }
H1.HeaderClassName
{
color: #BD7972;
}
.AnyTagClassName
{
color: #BD7972;
}
</style>
background-color css
<style>
a { background-color: #BD7972; }
a { background-color: rgb(189,121,114); }
div.DivClassName
{
background-color: #BD7972;
}
.BgClassName
{
background-color: #BD7972;
}
</style>
border-color css
<style>
span { border-color: #BD7972; }
span { border-color: rgb(189,121,114); }
td.TdClassName
{
border-color: #BD7972;
}
.TagClassName
{
border-color: #BD7972;
}
</style>