Shades of Contessa #BC6E6D
Tints of Contessa #BC6E6D
RGB
CMYK
RGB Variations
Color information
#BC6E6D (or 0xBC6E6D) is known color: Contessa. HEX triplet: BC, 6E and 6D. RGB value is (188,110,109). Sum of RGB (Red+Green+Blue) = 188+110+109=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 110 (43.36% from 255 or 27.03% from 407); Blue value is 109 (42.97% from 255 or 26.78% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6E6D is #439192. Grayscale: #858585. Windows color (decimal): -4428179 or 7171772. OLE color: 7171772.
HSL color Cylindrical-coordinate representation of color #BC6E6D: hue angle of 0.76º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC6E6D is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 110 | 109 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.26 |
| HSL | 0.76º | 0.37% | 0.58% | - |
| HSV(B) | 0.76º | 0.42% | 0.74% | - |
| XYZ | 29.08 | 22.95 | 17.36 | - |
| YUV | 133.21 | 114.34 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 110 | 109 | 0 | 0.41 | 0.42 | 0.26 | 0.76 | 0.37 | 0.58 |
| Hex | BC | 6E | 6D | 0 | 29 | 2A | 1A | 1 | 25 | 3A |
| Octal | 274 | 156 | 155 | 0 | 51 | 52 | 32 | 1 | 45 | 72 |
| Binary | 10111100 | 1101110 | 1101101 | 0 | 101001 | 101010 | 11010 | 1 | 100101 | 111010 |
Color Harmonies of #BC6E6D
Complementary color
Monochromatic Colors of #BC6E6D
Black with #BC6E6D
Text Example
Text Example
White with #BC6E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6E6D; }
p { color: rgb(188,110,109); }
H1.HeaderClassName
{
color: #BC6E6D;
}
.AnyTagClassName
{
color: #BC6E6D;
}
</style>
background-color css
<style>
a { background-color: #BC6E6D; }
a { background-color: rgb(188,110,109); }
div.DivClassName
{
background-color: #BC6E6D;
}
.BgClassName
{
background-color: #BC6E6D;
}
</style>
border-color css
<style>
span { border-color: #BC6E6D; }
span { border-color: rgb(188,110,109); }
td.TdClassName
{
border-color: #BC6E6D;
}
.TagClassName
{
border-color: #BC6E6D;
}
</style>