Shades of Contessa #BC7866
Tints of Contessa #BC7866
RGB
CMYK
RGB Variations
Color information
#BC7866 (or 0xBC7866) is known color: Contessa. HEX triplet: BC, 78 and 66. RGB value is (188,120,102). Sum of RGB (Red+Green+Blue) = 188+120+102=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 120 (47.27% from 255 or 29.27% from 410); Blue value is 102 (40.23% from 255 or 24.88% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7866 is #438799. Grayscale: #8A8A8A. Windows color (decimal): -4425626 or 6715580. OLE color: 6715580.
HSL color Cylindrical-coordinate representation of color #BC7866: hue angle of 12.56º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC7866 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 120 | 102 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.26 |
| HSL | 12.56º | 0.39% | 0.57% | - |
| HSV(B) | 12.56º | 0.46% | 0.74% | - |
| XYZ | 29.85 | 25.08 | 15.84 | - |
| YUV | 138.28 | 107.53 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 120 | 102 | 0 | 0.36 | 0.46 | 0.26 | 12.56 | 0.39 | 0.57 |
| Hex | BC | 78 | 66 | 0 | 24 | 2E | 1A | D | 27 | 39 |
| Octal | 274 | 170 | 146 | 0 | 44 | 56 | 32 | 15 | 47 | 71 |
| Binary | 10111100 | 1111000 | 1100110 | 0 | 100100 | 101110 | 11010 | 1101 | 100111 | 111001 |
Color Harmonies of #BC7866
Complementary color
Monochromatic Colors of #BC7866
Black with #BC7866
Text Example
Text Example
White with #BC7866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7866; }
p { color: rgb(188,120,102); }
H1.HeaderClassName
{
color: #BC7866;
}
.AnyTagClassName
{
color: #BC7866;
}
</style>
background-color css
<style>
a { background-color: #BC7866; }
a { background-color: rgb(188,120,102); }
div.DivClassName
{
background-color: #BC7866;
}
.BgClassName
{
background-color: #BC7866;
}
</style>
border-color css
<style>
span { border-color: #BC7866; }
span { border-color: rgb(188,120,102); }
td.TdClassName
{
border-color: #BC7866;
}
.TagClassName
{
border-color: #BC7866;
}
</style>