Shades of Contessa #BC6D5D
Tints of Contessa #BC6D5D
RGB
CMYK
RGB Variations
Color information
#BC6D5D (or 0xBC6D5D) is known color: Contessa. HEX triplet: BC, 6D and 5D. RGB value is (188,109,93). Sum of RGB (Red+Green+Blue) = 188+109+93=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 109 (42.97% from 255 or 27.95% from 390); Blue value is 93 (36.72% from 255 or 23.85% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6D5D is #4392A2. Grayscale: #828282. Windows color (decimal): -4428451 or 6122940. OLE color: 6122940.
HSL color Cylindrical-coordinate representation of color #BC6D5D: hue angle of 10.11º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC6D5D is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 109 | 93 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.26 |
| HSL | 10.11º | 0.41% | 0.55% | - |
| HSV(B) | 10.11º | 0.51% | 0.74% | - |
| XYZ | 28.18 | 22.42 | 13.2 | - |
| YUV | 130.8 | 106.67 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 109 | 93 | 0 | 0.42 | 0.51 | 0.26 | 10.11 | 0.41 | 0.55 |
| Hex | BC | 6D | 5D | 0 | 2A | 33 | 1A | A | 29 | 37 |
| Octal | 274 | 155 | 135 | 0 | 52 | 63 | 32 | 12 | 51 | 67 |
| Binary | 10111100 | 1101101 | 1011101 | 0 | 101010 | 110011 | 11010 | 1010 | 101001 | 110111 |
Color Harmonies of #BC6D5D
Complementary color
Monochromatic Colors of #BC6D5D
Black with #BC6D5D
Text Example
Text Example
White with #BC6D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6D5D; }
p { color: rgb(188,109,93); }
H1.HeaderClassName
{
color: #BC6D5D;
}
.AnyTagClassName
{
color: #BC6D5D;
}
</style>
background-color css
<style>
a { background-color: #BC6D5D; }
a { background-color: rgb(188,109,93); }
div.DivClassName
{
background-color: #BC6D5D;
}
.BgClassName
{
background-color: #BC6D5D;
}
</style>
border-color css
<style>
span { border-color: #BC6D5D; }
span { border-color: rgb(188,109,93); }
td.TdClassName
{
border-color: #BC6D5D;
}
.TagClassName
{
border-color: #BC6D5D;
}
</style>