Shades of Contessa #BC7171
Tints of Contessa #BC7171
RGB
CMYK
RGB Variations
Color information
#BC7171 (or 0xBC7171) is known color: Contessa. HEX triplet: BC, 71 and 71. RGB value is (188,113,113). Sum of RGB (Red+Green+Blue) = 188+113+113=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 113 (44.53% from 255 or 27.29% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7171 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7171 is #438E8E. Grayscale: #878787. Windows color (decimal): -4427407 or 7434684. OLE color: 7434684.
HSL color Cylindrical-coordinate representation of color #BC7171: 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.4%. Process color model (Four color, CMYK) of #BC7171 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 113 | 113 | - |
| CMYK | 0 | 0.40 | 0.40 | 0.26 |
| HSL | 0º | 0.36% | 0.59% | - |
| HSV(B) | 0º | 0.4% | 0.74% | - |
| XYZ | 29.62 | 23.69 | 18.63 | - |
| YUV | 135.43 | 115.35 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 113 | 113 | 0 | 0.40 | 0.40 | 0.26 | 0 | 0.36 | 0.59 |
| Hex | BC | 71 | 71 | 0 | 28 | 28 | 1A | 0 | 24 | 3B |
| Octal | 274 | 161 | 161 | 0 | 50 | 50 | 32 | 0 | 44 | 73 |
| Binary | 10111100 | 1110001 | 1110001 | 0 | 101000 | 101000 | 11010 | 0 | 100100 | 111011 |
Color Harmonies of #BC7171
Complementary color
Monochromatic Colors of #BC7171
Black with #BC7171
Text Example
Text Example
White with #BC7171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7171; }
p { color: rgb(188,113,113); }
H1.HeaderClassName
{
color: #BC7171;
}
.AnyTagClassName
{
color: #BC7171;
}
</style>
background-color css
<style>
a { background-color: #BC7171; }
a { background-color: rgb(188,113,113); }
div.DivClassName
{
background-color: #BC7171;
}
.BgClassName
{
background-color: #BC7171;
}
</style>
border-color css
<style>
span { border-color: #BC7171; }
span { border-color: rgb(188,113,113); }
td.TdClassName
{
border-color: #BC7171;
}
.TagClassName
{
border-color: #BC7171;
}
</style>