Shades of Contessa #BD7271
Tints of Contessa #BD7271
RGB
CMYK
RGB Variations
Color information
#BD7271 (or 0xBD7271) is known color: Contessa. HEX triplet: BD, 72 and 71. RGB value is (189,114,113). Sum of RGB (Red+Green+Blue) = 189+114+113=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 114 (44.92% from 255 or 27.40% from 416); Blue value is 113 (44.53% from 255 or 27.16% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7271 is #428D8E. Grayscale: #888888. Windows color (decimal): -4361615 or 7434941. OLE color: 7434941.
HSL color Cylindrical-coordinate representation of color #BD7271: hue angle of 0.79º 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 #BD7271 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 114 | 113 | - |
| CMYK | 0 | 0.40 | 0.40 | 0.26 |
| HSL | 0.79º | 0.37% | 0.59% | - |
| HSV(B) | 0.79º | 0.4% | 0.74% | - |
| XYZ | 29.98 | 24.05 | 18.68 | - |
| YUV | 136.31 | 114.85 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 114 | 113 | 0 | 0.40 | 0.40 | 0.26 | 0.79 | 0.37 | 0.59 |
| Hex | BD | 72 | 71 | 0 | 28 | 28 | 1A | 1 | 25 | 3B |
| Octal | 275 | 162 | 161 | 0 | 50 | 50 | 32 | 1 | 45 | 73 |
| Binary | 10111101 | 1110010 | 1110001 | 0 | 101000 | 101000 | 11010 | 1 | 100101 | 111011 |
Color Harmonies of #BD7271
Complementary color
Monochromatic Colors of #BD7271
Black with #BD7271
Text Example
Text Example
White with #BD7271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7271; }
p { color: rgb(189,114,113); }
H1.HeaderClassName
{
color: #BD7271;
}
.AnyTagClassName
{
color: #BD7271;
}
</style>
background-color css
<style>
a { background-color: #BD7271; }
a { background-color: rgb(189,114,113); }
div.DivClassName
{
background-color: #BD7271;
}
.BgClassName
{
background-color: #BD7271;
}
</style>
border-color css
<style>
span { border-color: #BD7271; }
span { border-color: rgb(189,114,113); }
td.TdClassName
{
border-color: #BD7271;
}
.TagClassName
{
border-color: #BD7271;
}
</style>