Shades of Contessa #BC7966
Tints of Contessa #BC7966
RGB
CMYK
RGB Variations
Color information
#BC7966 (or 0xBC7966) is known color: Contessa. HEX triplet: BC, 79 and 66. RGB value is (188,121,102). Sum of RGB (Red+Green+Blue) = 188+121+102=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 121 (47.66% from 255 or 29.44% from 411); Blue value is 102 (40.23% from 255 or 24.82% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7966 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7966 is #438699. Grayscale: #8B8B8B. Windows color (decimal): -4425370 or 6715836. OLE color: 6715836.
HSL color Cylindrical-coordinate representation of color #BC7966: hue angle of 13.26º 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 #BC7966 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 121 | 102 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.26 |
| HSL | 13.26º | 0.39% | 0.57% | - |
| HSV(B) | 13.26º | 0.46% | 0.74% | - |
| XYZ | 29.97 | 25.33 | 15.88 | - |
| YUV | 138.87 | 107.2 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 121 | 102 | 0 | 0.36 | 0.46 | 0.26 | 13.26 | 0.39 | 0.57 |
| Hex | BC | 79 | 66 | 0 | 24 | 2E | 1A | D | 27 | 39 |
| Octal | 274 | 171 | 146 | 0 | 44 | 56 | 32 | 15 | 47 | 71 |
| Binary | 10111100 | 1111001 | 1100110 | 0 | 100100 | 101110 | 11010 | 1101 | 100111 | 111001 |
Color Harmonies of #BC7966
Complementary color
Monochromatic Colors of #BC7966
Black with #BC7966
Text Example
Text Example
White with #BC7966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7966; }
p { color: rgb(188,121,102); }
H1.HeaderClassName
{
color: #BC7966;
}
.AnyTagClassName
{
color: #BC7966;
}
</style>
background-color css
<style>
a { background-color: #BC7966; }
a { background-color: rgb(188,121,102); }
div.DivClassName
{
background-color: #BC7966;
}
.BgClassName
{
background-color: #BC7966;
}
</style>
border-color css
<style>
span { border-color: #BC7966; }
span { border-color: rgb(188,121,102); }
td.TdClassName
{
border-color: #BC7966;
}
.TagClassName
{
border-color: #BC7966;
}
</style>