Shades of Contessa #BD7060
Tints of Contessa #BD7060
RGB
CMYK
RGB Variations
Color information
#BD7060 (or 0xBD7060) is known color: Contessa. HEX triplet: BD, 70 and 60. RGB value is (189,112,96). Sum of RGB (Red+Green+Blue) = 189+112+96=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7060 is #428F9F. Grayscale: #858585. Windows color (decimal): -4362144 or 6320317. OLE color: 6320317.
HSL color Cylindrical-coordinate representation of color #BD7060: hue angle of 10.32º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD7060 is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 112 | 96 | - |
| CMYK | 0 | 0.41 | 0.49 | 0.26 |
| HSL | 10.32º | 0.41% | 0.56% | - |
| HSV(B) | 10.32º | 0.49% | 0.74% | - |
| XYZ | 28.89 | 23.25 | 14.03 | - |
| YUV | 133.2 | 107.01 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 112 | 96 | 0 | 0.41 | 0.49 | 0.26 | 10.32 | 0.41 | 0.56 |
| Hex | BD | 70 | 60 | 0 | 29 | 31 | 1A | A | 29 | 38 |
| Octal | 275 | 160 | 140 | 0 | 51 | 61 | 32 | 12 | 51 | 70 |
| Binary | 10111101 | 1110000 | 1100000 | 0 | 101001 | 110001 | 11010 | 1010 | 101001 | 111000 |
Color Harmonies of #BD7060
Complementary color
Monochromatic Colors of #BD7060
Black with #BD7060
Text Example
Text Example
White with #BD7060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7060; }
p { color: rgb(189,112,96); }
H1.HeaderClassName
{
color: #BD7060;
}
.AnyTagClassName
{
color: #BD7060;
}
</style>
background-color css
<style>
a { background-color: #BD7060; }
a { background-color: rgb(189,112,96); }
div.DivClassName
{
background-color: #BD7060;
}
.BgClassName
{
background-color: #BD7060;
}
</style>
border-color css
<style>
span { border-color: #BD7060; }
span { border-color: rgb(189,112,96); }
td.TdClassName
{
border-color: #BD7060;
}
.TagClassName
{
border-color: #BD7060;
}
</style>