Shades of Contessa #BC7770
Tints of Contessa #BC7770
RGB
CMYK
RGB Variations
Color information
#BC7770 (or 0xBC7770) is known color: Contessa. HEX triplet: BC, 77 and 70. RGB value is (188,119,112). Sum of RGB (Red+Green+Blue) = 188+119+112=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7770 is #43888F. Grayscale: #8A8A8A. Windows color (decimal): -4425872 or 7370684. OLE color: 7370684.
HSL color Cylindrical-coordinate representation of color #BC7770: hue angle of 5.53º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC7770 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 119 | 112 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.26 |
| HSL | 5.53º | 0.36% | 0.59% | - |
| HSV(B) | 5.53º | 0.4% | 0.74% | - |
| XYZ | 30.26 | 25.05 | 18.57 | - |
| YUV | 138.83 | 112.86 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 119 | 112 | 0 | 0.37 | 0.40 | 0.26 | 5.53 | 0.36 | 0.59 |
| Hex | BC | 77 | 70 | 0 | 25 | 28 | 1A | 6 | 24 | 3B |
| Octal | 274 | 167 | 160 | 0 | 45 | 50 | 32 | 6 | 44 | 73 |
| Binary | 10111100 | 1110111 | 1110000 | 0 | 100101 | 101000 | 11010 | 110 | 100100 | 111011 |
Color Harmonies of #BC7770
Complementary color
Monochromatic Colors of #BC7770
Black with #BC7770
Text Example
Text Example
White with #BC7770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7770; }
p { color: rgb(188,119,112); }
H1.HeaderClassName
{
color: #BC7770;
}
.AnyTagClassName
{
color: #BC7770;
}
</style>
background-color css
<style>
a { background-color: #BC7770; }
a { background-color: rgb(188,119,112); }
div.DivClassName
{
background-color: #BC7770;
}
.BgClassName
{
background-color: #BC7770;
}
</style>
border-color css
<style>
span { border-color: #BC7770; }
span { border-color: rgb(188,119,112); }
td.TdClassName
{
border-color: #BC7770;
}
.TagClassName
{
border-color: #BC7770;
}
</style>