Shades of Contessa #BC6B5E
Tints of Contessa #BC6B5E
RGB
CMYK
RGB Variations
Color information
#BC6B5E (or 0xBC6B5E) is known color: Contessa. HEX triplet: BC, 6B and 5E. RGB value is (188,107,94). Sum of RGB (Red+Green+Blue) = 188+107+94=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 107 (42.19% from 255 or 27.51% from 389); Blue value is 94 (37.11% from 255 or 24.16% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6B5E is #4394A1. Grayscale: #818181. Windows color (decimal): -4428962 or 6187964. OLE color: 6187964.
HSL color Cylindrical-coordinate representation of color #BC6B5E: hue angle of 8.3º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC6B5E is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
RGB | 188 | 107 | 94 | - |
CMYK | 0 | 0.43 | 0.50 | 0.26 |
HSL | 8.3º | 0.41% | 0.55% | - |
HSV(B) | 8.3º | 0.5% | 0.74% | - |
XYZ | 28.02 | 22.01 | 13.36 | - |
YUV | 129.74 | 107.84 | 169.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 107 | 94 | 0 | 0.43 | 0.50 | 0.26 | 8.3 | 0.41 | 0.55 |
Hex | BC | 6B | 5E | 0 | 2B | 32 | 1A | 8 | 29 | 37 |
Octal | 274 | 153 | 136 | 0 | 53 | 62 | 32 | 10 | 51 | 67 |
Binary | 10111100 | 1101011 | 1011110 | 0 | 101011 | 110010 | 11010 | 1000 | 101001 | 110111 |
Color Harmonies of #BC6B5E
Complementary color
Monochromatic Colors of #BC6B5E
Black with #BC6B5E
Text Example
Text Example
White with #BC6B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6B5E; }
p { color: rgb(188,107,94); }
H1.HeaderClassName
{
color: #BC6B5E;
}
.AnyTagClassName
{
color: #BC6B5E;
}
</style>
background-color css
<style>
a { background-color: #BC6B5E; }
a { background-color: rgb(188,107,94); }
div.DivClassName
{
background-color: #BC6B5E;
}
.BgClassName
{
background-color: #BC6B5E;
}
</style>
border-color css
<style>
span { border-color: #BC6B5E; }
span { border-color: rgb(188,107,94); }
td.TdClassName
{
border-color: #BC6B5E;
}
.TagClassName
{
border-color: #BC6B5E;
}
</style>