Shades of Contessa #BC7A70
Tints of Contessa #BC7A70
RGB
CMYK
RGB Variations
Color information
#BC7A70 (or 0xBC7A70) is known color: Contessa. HEX triplet: BC, 7A and 70. RGB value is (188,122,112). Sum of RGB (Red+Green+Blue) = 188+122+112=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 122 (48.05% from 255 or 28.91% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7A70 is #43858F. Grayscale: #8C8C8C. Windows color (decimal): -4425104 or 7371452. OLE color: 7371452.
HSL color Cylindrical-coordinate representation of color #BC7A70: hue angle of 7.89º 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 #BC7A70 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 122 | 112 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.26 |
| HSL | 7.89º | 0.36% | 0.59% | - |
| HSV(B) | 7.89º | 0.4% | 0.74% | - |
| XYZ | 30.62 | 25.78 | 18.69 | - |
| YUV | 140.59 | 111.87 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 122 | 112 | 0 | 0.35 | 0.40 | 0.26 | 7.89 | 0.36 | 0.59 |
| Hex | BC | 7A | 70 | 0 | 23 | 28 | 1A | 8 | 24 | 3B |
| Octal | 274 | 172 | 160 | 0 | 43 | 50 | 32 | 10 | 44 | 73 |
| Binary | 10111100 | 1111010 | 1110000 | 0 | 100011 | 101000 | 11010 | 1000 | 100100 | 111011 |
Color Harmonies of #BC7A70
Complementary color
Monochromatic Colors of #BC7A70
Black with #BC7A70
Text Example
Text Example
White with #BC7A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7A70; }
p { color: rgb(188,122,112); }
H1.HeaderClassName
{
color: #BC7A70;
}
.AnyTagClassName
{
color: #BC7A70;
}
</style>
background-color css
<style>
a { background-color: #BC7A70; }
a { background-color: rgb(188,122,112); }
div.DivClassName
{
background-color: #BC7A70;
}
.BgClassName
{
background-color: #BC7A70;
}
</style>
border-color css
<style>
span { border-color: #BC7A70; }
span { border-color: rgb(188,122,112); }
td.TdClassName
{
border-color: #BC7A70;
}
.TagClassName
{
border-color: #BC7A70;
}
</style>