Shades of Contessa #BC7061
Tints of Contessa #BC7061
RGB
CMYK
RGB Variations
Color information
#BC7061 (or 0xBC7061) is known color: Contessa. HEX triplet: BC, 70 and 61. RGB value is (188,112,97). Sum of RGB (Red+Green+Blue) = 188+112+97=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 97 (38.28% from 255 or 24.43% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7061 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7061 is #438F9E. Grayscale: #858585. Windows color (decimal): -4427679 or 6385852. OLE color: 6385852.
HSL color Cylindrical-coordinate representation of color #BC7061: hue angle of 9.89º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC7061 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 112 | 97 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.26 |
| HSL | 9.89º | 0.4% | 0.56% | - |
| HSV(B) | 9.89º | 0.48% | 0.74% | - |
| XYZ | 28.69 | 23.14 | 14.26 | - |
| YUV | 133.01 | 107.68 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 112 | 97 | 0 | 0.40 | 0.48 | 0.26 | 9.89 | 0.4 | 0.56 |
| Hex | BC | 70 | 61 | 0 | 28 | 30 | 1A | A | 28 | 38 |
| Octal | 274 | 160 | 141 | 0 | 50 | 60 | 32 | 12 | 50 | 70 |
| Binary | 10111100 | 1110000 | 1100001 | 0 | 101000 | 110000 | 11010 | 1010 | 101000 | 111000 |
Color Harmonies of #BC7061
Complementary color
Monochromatic Colors of #BC7061
Black with #BC7061
Text Example
Text Example
White with #BC7061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7061; }
p { color: rgb(188,112,97); }
H1.HeaderClassName
{
color: #BC7061;
}
.AnyTagClassName
{
color: #BC7061;
}
</style>
background-color css
<style>
a { background-color: #BC7061; }
a { background-color: rgb(188,112,97); }
div.DivClassName
{
background-color: #BC7061;
}
.BgClassName
{
background-color: #BC7061;
}
</style>
border-color css
<style>
span { border-color: #BC7061; }
span { border-color: rgb(188,112,97); }
td.TdClassName
{
border-color: #BC7061;
}
.TagClassName
{
border-color: #BC7061;
}
</style>