Shades of Contessa #BC7965
Tints of Contessa #BC7965
RGB
CMYK
RGB Variations
Color information
#BC7965 (or 0xBC7965) is known color: Contessa. HEX triplet: BC, 79 and 65. RGB value is (188,121,101). Sum of RGB (Red+Green+Blue) = 188+121+101=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 121 (47.66% from 255 or 29.51% from 410); Blue value is 101 (39.84% from 255 or 24.63% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7965 is #43869A. Grayscale: #8A8A8A. Windows color (decimal): -4425371 or 6650300. OLE color: 6650300.
HSL color Cylindrical-coordinate representation of color #BC7965: hue angle of 13.79º 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 #BC7965 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 121 | 101 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.26 |
| HSL | 13.79º | 0.39% | 0.57% | - |
| HSV(B) | 13.79º | 0.46% | 0.74% | - |
| XYZ | 29.93 | 25.31 | 15.62 | - |
| YUV | 138.75 | 106.7 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 121 | 101 | 0 | 0.36 | 0.46 | 0.26 | 13.79 | 0.39 | 0.57 |
| Hex | BC | 79 | 65 | 0 | 24 | 2E | 1A | E | 27 | 39 |
| Octal | 274 | 171 | 145 | 0 | 44 | 56 | 32 | 16 | 47 | 71 |
| Binary | 10111100 | 1111001 | 1100101 | 0 | 100100 | 101110 | 11010 | 1110 | 100111 | 111001 |
Color Harmonies of #BC7965
Complementary color
Monochromatic Colors of #BC7965
Black with #BC7965
Text Example
Text Example
White with #BC7965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7965; }
p { color: rgb(188,121,101); }
H1.HeaderClassName
{
color: #BC7965;
}
.AnyTagClassName
{
color: #BC7965;
}
</style>
background-color css
<style>
a { background-color: #BC7965; }
a { background-color: rgb(188,121,101); }
div.DivClassName
{
background-color: #BC7965;
}
.BgClassName
{
background-color: #BC7965;
}
</style>
border-color css
<style>
span { border-color: #BC7965; }
span { border-color: rgb(188,121,101); }
td.TdClassName
{
border-color: #BC7965;
}
.TagClassName
{
border-color: #BC7965;
}
</style>