Shades of Contessa #BD7872
Tints of Contessa #BD7872
RGB
CMYK
RGB Variations
Color information
#BD7872 (or 0xBD7872) is known color: Contessa. HEX triplet: BD, 78 and 72. RGB value is (189,120,114). Sum of RGB (Red+Green+Blue) = 189+120+114=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 120 (47.27% from 255 or 28.37% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7872 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7872 is #42878D. Grayscale: #8C8C8C. Windows color (decimal): -4360078 or 7502013. OLE color: 7502013.
HSL color Cylindrical-coordinate representation of color #BD7872: hue angle of 4.8º 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 #BD7872 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 120 | 114 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.26 |
| HSL | 4.8º | 0.36% | 0.59% | - |
| HSV(B) | 4.8º | 0.4% | 0.74% | - |
| XYZ | 30.74 | 25.47 | 19.21 | - |
| YUV | 139.95 | 113.36 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 120 | 114 | 0 | 0.37 | 0.40 | 0.26 | 4.8 | 0.36 | 0.59 |
| Hex | BD | 78 | 72 | 0 | 25 | 28 | 1A | 5 | 24 | 3B |
| Octal | 275 | 170 | 162 | 0 | 45 | 50 | 32 | 5 | 44 | 73 |
| Binary | 10111101 | 1111000 | 1110010 | 0 | 100101 | 101000 | 11010 | 101 | 100100 | 111011 |
Color Harmonies of #BD7872
Complementary color
Monochromatic Colors of #BD7872
Black with #BD7872
Text Example
Text Example
White with #BD7872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7872; }
p { color: rgb(189,120,114); }
H1.HeaderClassName
{
color: #BD7872;
}
.AnyTagClassName
{
color: #BD7872;
}
</style>
background-color css
<style>
a { background-color: #BD7872; }
a { background-color: rgb(189,120,114); }
div.DivClassName
{
background-color: #BD7872;
}
.BgClassName
{
background-color: #BD7872;
}
</style>
border-color css
<style>
span { border-color: #BD7872; }
span { border-color: rgb(189,120,114); }
td.TdClassName
{
border-color: #BD7872;
}
.TagClassName
{
border-color: #BD7872;
}
</style>