Shades of Contessa #BC7160
Tints of Contessa #BC7160
RGB
CMYK
RGB Variations
Color information
#BC7160 (or 0xBC7160) is known color: Contessa. HEX triplet: BC, 71 and 60. RGB value is (188,113,96). Sum of RGB (Red+Green+Blue) = 188+113+96=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7160 is #438E9F. Grayscale: #858585. Windows color (decimal): -4427424 or 6320572. OLE color: 6320572.
HSL color Cylindrical-coordinate representation of color #BC7160: hue angle of 11.09º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC7160 is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 113 | 96 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.26 |
| HSL | 11.09º | 0.41% | 0.56% | - |
| HSV(B) | 11.09º | 0.49% | 0.74% | - |
| XYZ | 28.76 | 23.35 | 14.06 | - |
| YUV | 133.49 | 106.85 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 113 | 96 | 0 | 0.40 | 0.49 | 0.26 | 11.09 | 0.41 | 0.56 |
| Hex | BC | 71 | 60 | 0 | 28 | 31 | 1A | B | 29 | 38 |
| Octal | 274 | 161 | 140 | 0 | 50 | 61 | 32 | 13 | 51 | 70 |
| Binary | 10111100 | 1110001 | 1100000 | 0 | 101000 | 110001 | 11010 | 1011 | 101001 | 111000 |
Color Harmonies of #BC7160
Complementary color
Monochromatic Colors of #BC7160
Black with #BC7160
Text Example
Text Example
White with #BC7160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7160; }
p { color: rgb(188,113,96); }
H1.HeaderClassName
{
color: #BC7160;
}
.AnyTagClassName
{
color: #BC7160;
}
</style>
background-color css
<style>
a { background-color: #BC7160; }
a { background-color: rgb(188,113,96); }
div.DivClassName
{
background-color: #BC7160;
}
.BgClassName
{
background-color: #BC7160;
}
</style>
border-color css
<style>
span { border-color: #BC7160; }
span { border-color: rgb(188,113,96); }
td.TdClassName
{
border-color: #BC7160;
}
.TagClassName
{
border-color: #BC7160;
}
</style>