Shades of Contessa #BD7372
Tints of Contessa #BD7372
RGB
CMYK
RGB Variations
Color information
#BD7372 (or 0xBD7372) is known color: Contessa. HEX triplet: BD, 73 and 72. RGB value is (189,115,114). Sum of RGB (Red+Green+Blue) = 189+115+114=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 114 (44.92% from 255 or 27.27% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7372 is #428C8D. Grayscale: #898989. Windows color (decimal): -4361358 or 7500733. OLE color: 7500733.
HSL color Cylindrical-coordinate representation of color #BD7372: hue angle of 0.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 #BD7372 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 115 | 114 | - |
| CMYK | 0 | 0.39 | 0.40 | 0.26 |
| HSL | 0.8º | 0.36% | 0.59% | - |
| HSV(B) | 0.8º | 0.4% | 0.74% | - |
| XYZ | 30.15 | 24.3 | 19.02 | - |
| YUV | 137.01 | 115.02 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 115 | 114 | 0 | 0.39 | 0.40 | 0.26 | 0.8 | 0.36 | 0.59 |
| Hex | BD | 73 | 72 | 0 | 27 | 28 | 1A | 1 | 24 | 3B |
| Octal | 275 | 163 | 162 | 0 | 47 | 50 | 32 | 1 | 44 | 73 |
| Binary | 10111101 | 1110011 | 1110010 | 0 | 100111 | 101000 | 11010 | 1 | 100100 | 111011 |
Color Harmonies of #BD7372
Complementary color
Monochromatic Colors of #BD7372
Black with #BD7372
Text Example
Text Example
White with #BD7372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7372; }
p { color: rgb(189,115,114); }
H1.HeaderClassName
{
color: #BD7372;
}
.AnyTagClassName
{
color: #BD7372;
}
</style>
background-color css
<style>
a { background-color: #BD7372; }
a { background-color: rgb(189,115,114); }
div.DivClassName
{
background-color: #BD7372;
}
.BgClassName
{
background-color: #BD7372;
}
</style>
border-color css
<style>
span { border-color: #BD7372; }
span { border-color: rgb(189,115,114); }
td.TdClassName
{
border-color: #BD7372;
}
.TagClassName
{
border-color: #BD7372;
}
</style>