Shades of Contessa #BC7860
Tints of Contessa #BC7860
RGB
CMYK
RGB Variations
Color information
#BC7860 (or 0xBC7860) is known color: Contessa. HEX triplet: BC, 78 and 60. RGB value is (188,120,96). Sum of RGB (Red+Green+Blue) = 188+120+96=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 120 (47.27% from 255 or 29.70% from 404); Blue value is 96 (37.89% from 255 or 23.76% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7860 is #43879F. Grayscale: #898989. Windows color (decimal): -4425632 or 6322364. OLE color: 6322364.
HSL color Cylindrical-coordinate representation of color #BC7860: hue angle of 15.65º 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 #BC7860 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 120 | 96 | - |
| CMYK | 0 | 0.36 | 0.49 | 0.26 |
| HSL | 15.65º | 0.41% | 0.56% | - |
| HSV(B) | 15.65º | 0.49% | 0.74% | - |
| XYZ | 29.57 | 24.97 | 14.33 | - |
| YUV | 137.6 | 104.53 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 120 | 96 | 0 | 0.36 | 0.49 | 0.26 | 15.65 | 0.41 | 0.56 |
| Hex | BC | 78 | 60 | 0 | 24 | 31 | 1A | 10 | 29 | 38 |
| Octal | 274 | 170 | 140 | 0 | 44 | 61 | 32 | 20 | 51 | 70 |
| Binary | 10111100 | 1111000 | 1100000 | 0 | 100100 | 110001 | 11010 | 10000 | 101001 | 111000 |
Color Harmonies of #BC7860
Complementary color
Monochromatic Colors of #BC7860
Black with #BC7860
Text Example
Text Example
White with #BC7860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7860; }
p { color: rgb(188,120,96); }
H1.HeaderClassName
{
color: #BC7860;
}
.AnyTagClassName
{
color: #BC7860;
}
</style>
background-color css
<style>
a { background-color: #BC7860; }
a { background-color: rgb(188,120,96); }
div.DivClassName
{
background-color: #BC7860;
}
.BgClassName
{
background-color: #BC7860;
}
</style>
border-color css
<style>
span { border-color: #BC7860; }
span { border-color: rgb(188,120,96); }
td.TdClassName
{
border-color: #BC7860;
}
.TagClassName
{
border-color: #BC7860;
}
</style>