Shades of Contessa #BD7971
Tints of Contessa #BD7971
RGB
CMYK
RGB Variations
Color information
#BD7971 (or 0xBD7971) is known color: Contessa. HEX triplet: BD, 79 and 71. RGB value is (189,121,113). Sum of RGB (Red+Green+Blue) = 189+121+113=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 121 (47.66% from 255 or 28.61% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7971 is #42868E. Grayscale: #8C8C8C. Windows color (decimal): -4359823 or 7436733. OLE color: 7436733.
HSL color Cylindrical-coordinate representation of color #BD7971: hue angle of 6.32º degrees, saturation: 0.37, 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 #BD7971 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 121 | 113 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.26 |
| HSL | 6.32º | 0.37% | 0.59% | - |
| HSV(B) | 6.32º | 0.4% | 0.74% | - |
| XYZ | 30.8 | 25.69 | 18.96 | - |
| YUV | 140.42 | 112.53 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 121 | 113 | 0 | 0.36 | 0.40 | 0.26 | 6.32 | 0.37 | 0.59 |
| Hex | BD | 79 | 71 | 0 | 24 | 28 | 1A | 6 | 25 | 3B |
| Octal | 275 | 171 | 161 | 0 | 44 | 50 | 32 | 6 | 45 | 73 |
| Binary | 10111101 | 1111001 | 1110001 | 0 | 100100 | 101000 | 11010 | 110 | 100101 | 111011 |
Color Harmonies of #BD7971
Complementary color
Monochromatic Colors of #BD7971
Black with #BD7971
Text Example
Text Example
White with #BD7971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7971; }
p { color: rgb(189,121,113); }
H1.HeaderClassName
{
color: #BD7971;
}
.AnyTagClassName
{
color: #BD7971;
}
</style>
background-color css
<style>
a { background-color: #BD7971; }
a { background-color: rgb(189,121,113); }
div.DivClassName
{
background-color: #BD7971;
}
.BgClassName
{
background-color: #BD7971;
}
</style>
border-color css
<style>
span { border-color: #BD7971; }
span { border-color: rgb(189,121,113); }
td.TdClassName
{
border-color: #BD7971;
}
.TagClassName
{
border-color: #BD7971;
}
</style>