Shades of Contessa #BC7373
Tints of Contessa #BC7373
RGB
CMYK
RGB Variations
Color information
#BC7373 (or 0xBC7373) is known color: Contessa. HEX triplet: BC, 73 and 73. RGB value is (188,115,115). Sum of RGB (Red+Green+Blue) = 188+115+115=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7373 is #438C8C. Grayscale: #888888. Windows color (decimal): -4426893 or 7566268. OLE color: 7566268.
HSL color Cylindrical-coordinate representation of color #BC7373: hue angle of 0º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC7373 is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 115 | 115 | - |
| CMYK | 0 | 0.39 | 0.39 | 0.26 |
| HSL | 0º | 0.35% | 0.59% | - |
| HSV(B) | 0º | 0.39% | 0.74% | - |
| XYZ | 29.96 | 24.19 | 19.31 | - |
| YUV | 136.83 | 115.68 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 115 | 0 | 0.39 | 0.39 | 0.26 | 0 | 0.35 | 0.59 |
| Hex | BC | 73 | 73 | 0 | 27 | 27 | 1A | 0 | 23 | 3B |
| Octal | 274 | 163 | 163 | 0 | 47 | 47 | 32 | 0 | 43 | 73 |
| Binary | 10111100 | 1110011 | 1110011 | 0 | 100111 | 100111 | 11010 | 0 | 100011 | 111011 |
Color Harmonies of #BC7373
Complementary color
Monochromatic Colors of #BC7373
Black with #BC7373
Text Example
Text Example
White with #BC7373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7373; }
p { color: rgb(188,115,115); }
H1.HeaderClassName
{
color: #BC7373;
}
.AnyTagClassName
{
color: #BC7373;
}
</style>
background-color css
<style>
a { background-color: #BC7373; }
a { background-color: rgb(188,115,115); }
div.DivClassName
{
background-color: #BC7373;
}
.BgClassName
{
background-color: #BC7373;
}
</style>
border-color css
<style>
span { border-color: #BC7373; }
span { border-color: rgb(188,115,115); }
td.TdClassName
{
border-color: #BC7373;
}
.TagClassName
{
border-color: #BC7373;
}
</style>