Shades of Contessa #BC6E5B
Tints of Contessa #BC6E5B
RGB
CMYK
RGB Variations
Color information
#BC6E5B (or 0xBC6E5B) is known color: Contessa. HEX triplet: BC, 6E and 5B. RGB value is (188,110,91). Sum of RGB (Red+Green+Blue) = 188+110+91=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 91 (35.94% from 255 or 23.39% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6E5B is #4391A4. Grayscale: #838383. Windows color (decimal): -4428197 or 5992124. OLE color: 5992124.
HSL color Cylindrical-coordinate representation of color #BC6E5B: hue angle of 11.75º 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 #BC6E5B is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 110 | 91 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.26 |
| HSL | 11.75º | 0.42% | 0.55% | - |
| HSV(B) | 11.75º | 0.52% | 0.74% | - |
| XYZ | 28.2 | 22.6 | 12.77 | - |
| YUV | 131.16 | 105.34 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 110 | 91 | 0 | 0.41 | 0.52 | 0.26 | 11.75 | 0.42 | 0.55 |
| Hex | BC | 6E | 5B | 0 | 29 | 34 | 1A | C | 2A | 37 |
| Octal | 274 | 156 | 133 | 0 | 51 | 64 | 32 | 14 | 52 | 67 |
| Binary | 10111100 | 1101110 | 1011011 | 0 | 101001 | 110100 | 11010 | 1100 | 101010 | 110111 |
Color Harmonies of #BC6E5B
Complementary color
Monochromatic Colors of #BC6E5B
Black with #BC6E5B
Text Example
Text Example
White with #BC6E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6E5B; }
p { color: rgb(188,110,91); }
H1.HeaderClassName
{
color: #BC6E5B;
}
.AnyTagClassName
{
color: #BC6E5B;
}
</style>
background-color css
<style>
a { background-color: #BC6E5B; }
a { background-color: rgb(188,110,91); }
div.DivClassName
{
background-color: #BC6E5B;
}
.BgClassName
{
background-color: #BC6E5B;
}
</style>
border-color css
<style>
span { border-color: #BC6E5B; }
span { border-color: rgb(188,110,91); }
td.TdClassName
{
border-color: #BC6E5B;
}
.TagClassName
{
border-color: #BC6E5B;
}
</style>