Shades of Zest #BC6E3E
Tints of Zest #BC6E3E
RGB
CMYK
RGB Variations
Color information
#BC6E3E (or 0xBC6E3E) is known color: Zest. HEX triplet: BC, 6E and 3E. RGB value is (188,110,62). Sum of RGB (Red+Green+Blue) = 188+110+62=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 110 (43.36% from 255 or 30.56% from 360); Blue value is 62 (24.61% from 255 or 17.22% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6E3E is #4391C1. Grayscale: #808080. Windows color (decimal): -4428226 or 4091580. OLE color: 4091580.
HSL color Cylindrical-coordinate representation of color #BC6E3E: hue angle of 22.86º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC6E3E is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 110 | 62 | - |
| CMYK | 0 | 0.41 | 0.67 | 0.26 |
| HSL | 22.86º | 0.5% | 0.49% | - |
| HSV(B) | 22.86º | 0.67% | 0.74% | - |
| XYZ | 27.18 | 22.19 | 7.41 | - |
| YUV | 127.85 | 90.84 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 110 | 62 | 0 | 0.41 | 0.67 | 0.26 | 22.86 | 0.5 | 0.49 |
| Hex | BC | 6E | 3E | 0 | 29 | 43 | 1A | 17 | 32 | 31 |
| Octal | 274 | 156 | 76 | 0 | 51 | 103 | 32 | 27 | 62 | 61 |
| Binary | 10111100 | 1101110 | 111110 | 0 | 101001 | 1000011 | 11010 | 10111 | 110010 | 110001 |
Color Harmonies of #BC6E3E
Complementary color
Monochromatic Colors of #BC6E3E
Black with #BC6E3E
Text Example
Text Example
White with #BC6E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6E3E; }
p { color: rgb(188,110,62); }
H1.HeaderClassName
{
color: #BC6E3E;
}
.AnyTagClassName
{
color: #BC6E3E;
}
</style>
background-color css
<style>
a { background-color: #BC6E3E; }
a { background-color: rgb(188,110,62); }
div.DivClassName
{
background-color: #BC6E3E;
}
.BgClassName
{
background-color: #BC6E3E;
}
</style>
border-color css
<style>
span { border-color: #BC6E3E; }
span { border-color: rgb(188,110,62); }
td.TdClassName
{
border-color: #BC6E3E;
}
.TagClassName
{
border-color: #BC6E3E;
}
</style>