Shades of Contessa #BC776E
Tints of Contessa #BC776E
RGB
CMYK
RGB Variations
Color information
#BC776E (or 0xBC776E) is known color: Contessa. HEX triplet: BC, 77 and 6E. RGB value is (188,119,110). Sum of RGB (Red+Green+Blue) = 188+119+110=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 119 (46.88% from 255 or 28.54% from 417); Blue value is 110 (43.36% from 255 or 26.38% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC776E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC776E is #438891. Grayscale: #8A8A8A. Windows color (decimal): -4425874 or 7239612. OLE color: 7239612.
HSL color Cylindrical-coordinate representation of color #BC776E: hue angle of 6.92º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC776E is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 119 | 110 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.26 |
| HSL | 6.92º | 0.37% | 0.58% | - |
| HSV(B) | 6.92º | 0.41% | 0.74% | - |
| XYZ | 30.15 | 25.01 | 17.99 | - |
| YUV | 138.61 | 111.86 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 119 | 110 | 0 | 0.37 | 0.41 | 0.26 | 6.92 | 0.37 | 0.58 |
| Hex | BC | 77 | 6E | 0 | 25 | 29 | 1A | 7 | 25 | 3A |
| Octal | 274 | 167 | 156 | 0 | 45 | 51 | 32 | 7 | 45 | 72 |
| Binary | 10111100 | 1110111 | 1101110 | 0 | 100101 | 101001 | 11010 | 111 | 100101 | 111010 |
Color Harmonies of #BC776E
Complementary color
Monochromatic Colors of #BC776E
Black with #BC776E
Text Example
Text Example
White with #BC776E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC776E; }
p { color: rgb(188,119,110); }
H1.HeaderClassName
{
color: #BC776E;
}
.AnyTagClassName
{
color: #BC776E;
}
</style>
background-color css
<style>
a { background-color: #BC776E; }
a { background-color: rgb(188,119,110); }
div.DivClassName
{
background-color: #BC776E;
}
.BgClassName
{
background-color: #BC776E;
}
</style>
border-color css
<style>
span { border-color: #BC776E; }
span { border-color: rgb(188,119,110); }
td.TdClassName
{
border-color: #BC776E;
}
.TagClassName
{
border-color: #BC776E;
}
</style>