Shades of Contessa #BC7272
Tints of Contessa #BC7272
RGB
CMYK
RGB Variations
Color information
#BC7272 (or 0xBC7272) is known color: Contessa. HEX triplet: BC, 72 and 72. RGB value is (188,114,114). Sum of RGB (Red+Green+Blue) = 188+114+114=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 114 (44.92% from 255 or 27.40% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7272 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7272 is #438D8D. Grayscale: #888888. Windows color (decimal): -4427150 or 7500476. OLE color: 7500476.
HSL color Cylindrical-coordinate representation of color #BC7272: hue angle of 0º degrees, saturation: 0.36, 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 #BC7272 is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 114 | 114 | - |
| CMYK | 0 | 0.39 | 0.39 | 0.26 |
| HSL | 0º | 0.36% | 0.59% | - |
| HSV(B) | 0º | 0.39% | 0.74% | - |
| XYZ | 29.79 | 23.94 | 18.97 | - |
| YUV | 136.13 | 115.52 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 114 | 114 | 0 | 0.39 | 0.39 | 0.26 | 0 | 0.36 | 0.59 |
| Hex | BC | 72 | 72 | 0 | 27 | 27 | 1A | 0 | 24 | 3B |
| Octal | 274 | 162 | 162 | 0 | 47 | 47 | 32 | 0 | 44 | 73 |
| Binary | 10111100 | 1110010 | 1110010 | 0 | 100111 | 100111 | 11010 | 0 | 100100 | 111011 |
Color Harmonies of #BC7272
Complementary color
Monochromatic Colors of #BC7272
Black with #BC7272
Text Example
Text Example
White with #BC7272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7272; }
p { color: rgb(188,114,114); }
H1.HeaderClassName
{
color: #BC7272;
}
.AnyTagClassName
{
color: #BC7272;
}
</style>
background-color css
<style>
a { background-color: #BC7272; }
a { background-color: rgb(188,114,114); }
div.DivClassName
{
background-color: #BC7272;
}
.BgClassName
{
background-color: #BC7272;
}
</style>
border-color css
<style>
span { border-color: #BC7272; }
span { border-color: rgb(188,114,114); }
td.TdClassName
{
border-color: #BC7272;
}
.TagClassName
{
border-color: #BC7272;
}
</style>