Shades of Contessa #BC6E5A
Tints of Contessa #BC6E5A
RGB
CMYK
RGB Variations
Color information
#BC6E5A (or 0xBC6E5A) is known color: Contessa. HEX triplet: BC, 6E and 5A. RGB value is (188,110,90). Sum of RGB (Red+Green+Blue) = 188+110+90=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 90 (35.55% from 255 or 23.20% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6E5A is #4391A5. Grayscale: #838383. Windows color (decimal): -4428198 or 5926588. OLE color: 5926588.
HSL color Cylindrical-coordinate representation of color #BC6E5A: hue angle of 12.24º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC6E5A is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 110 | 90 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.26 |
| HSL | 12.24º | 0.42% | 0.55% | - |
| HSV(B) | 12.24º | 0.52% | 0.74% | - |
| XYZ | 28.16 | 22.58 | 12.55 | - |
| YUV | 131.04 | 104.84 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 110 | 90 | 0 | 0.41 | 0.52 | 0.26 | 12.24 | 0.42 | 0.55 |
| Hex | BC | 6E | 5A | 0 | 29 | 34 | 1A | C | 2A | 37 |
| Octal | 274 | 156 | 132 | 0 | 51 | 64 | 32 | 14 | 52 | 67 |
| Binary | 10111100 | 1101110 | 1011010 | 0 | 101001 | 110100 | 11010 | 1100 | 101010 | 110111 |
Color Harmonies of #BC6E5A
Complementary color
Monochromatic Colors of #BC6E5A
Black with #BC6E5A
Text Example
Text Example
White with #BC6E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6E5A; }
p { color: rgb(188,110,90); }
H1.HeaderClassName
{
color: #BC6E5A;
}
.AnyTagClassName
{
color: #BC6E5A;
}
</style>
background-color css
<style>
a { background-color: #BC6E5A; }
a { background-color: rgb(188,110,90); }
div.DivClassName
{
background-color: #BC6E5A;
}
.BgClassName
{
background-color: #BC6E5A;
}
</style>
border-color css
<style>
span { border-color: #BC6E5A; }
span { border-color: rgb(188,110,90); }
td.TdClassName
{
border-color: #BC6E5A;
}
.TagClassName
{
border-color: #BC6E5A;
}
</style>