Shades of Contessa #BD7373
Tints of Contessa #BD7373
RGB
CMYK
RGB Variations
Color information
#BD7373 (or 0xBD7373) is known color: Contessa. HEX triplet: BD, 73 and 73. RGB value is (189,115,115). Sum of RGB (Red+Green+Blue) = 189+115+115=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 115 (45.31% from 255 or 27.45% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7373 is #428C8C. Grayscale: #898989. Windows color (decimal): -4361357 or 7566269. OLE color: 7566269.
HSL color Cylindrical-coordinate representation of color #BD7373: hue angle of 0º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD7373 is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 115 | 115 | - |
| CMYK | 0 | 0.39 | 0.39 | 0.26 |
| HSL | 0º | 0.36% | 0.6% | - |
| HSV(B) | 0º | 0.39% | 0.74% | - |
| XYZ | 30.21 | 24.32 | 19.32 | - |
| YUV | 137.13 | 115.52 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 115 | 115 | 0 | 0.39 | 0.39 | 0.26 | 0 | 0.36 | 0.6 |
| Hex | BD | 73 | 73 | 0 | 27 | 27 | 1A | 0 | 24 | 3C |
| Octal | 275 | 163 | 163 | 0 | 47 | 47 | 32 | 0 | 44 | 74 |
| Binary | 10111101 | 1110011 | 1110011 | 0 | 100111 | 100111 | 11010 | 0 | 100100 | 111100 |
Color Harmonies of #BD7373
Complementary color
Monochromatic Colors of #BD7373
Black with #BD7373
Text Example
Text Example
White with #BD7373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7373; }
p { color: rgb(189,115,115); }
H1.HeaderClassName
{
color: #BD7373;
}
.AnyTagClassName
{
color: #BD7373;
}
</style>
background-color css
<style>
a { background-color: #BD7373; }
a { background-color: rgb(189,115,115); }
div.DivClassName
{
background-color: #BD7373;
}
.BgClassName
{
background-color: #BD7373;
}
</style>
border-color css
<style>
span { border-color: #BD7373; }
span { border-color: rgb(189,115,115); }
td.TdClassName
{
border-color: #BD7373;
}
.TagClassName
{
border-color: #BD7373;
}
</style>