Shades of Zest #BC6D3E
Tints of Zest #BC6D3E
RGB
CMYK
RGB Variations
Color information
#BC6D3E (or 0xBC6D3E) is known color: Zest. HEX triplet: BC, 6D and 3E. RGB value is (188,109,62). Sum of RGB (Red+Green+Blue) = 188+109+62=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 62 (24.61% from 255 or 17.27% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6D3E is #4392C1. Grayscale: #7F7F7F. Windows color (decimal): -4428482 or 4091324. OLE color: 4091324.
HSL color Cylindrical-coordinate representation of color #BC6D3E: hue angle of 22.38º 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 #BC6D3E is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 109 | 62 | - |
| CMYK | 0 | 0.42 | 0.67 | 0.26 |
| HSL | 22.38º | 0.5% | 0.49% | - |
| HSV(B) | 22.38º | 0.67% | 0.74% | - |
| XYZ | 27.08 | 21.98 | 7.37 | - |
| YUV | 127.26 | 91.17 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 109 | 62 | 0 | 0.42 | 0.67 | 0.26 | 22.38 | 0.5 | 0.49 |
| Hex | BC | 6D | 3E | 0 | 2A | 43 | 1A | 16 | 32 | 31 |
| Octal | 274 | 155 | 76 | 0 | 52 | 103 | 32 | 26 | 62 | 61 |
| Binary | 10111100 | 1101101 | 111110 | 0 | 101010 | 1000011 | 11010 | 10110 | 110010 | 110001 |
Color Harmonies of #BC6D3E
Complementary color
Monochromatic Colors of #BC6D3E
Black with #BC6D3E
Text Example
Text Example
White with #BC6D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6D3E; }
p { color: rgb(188,109,62); }
H1.HeaderClassName
{
color: #BC6D3E;
}
.AnyTagClassName
{
color: #BC6D3E;
}
</style>
background-color css
<style>
a { background-color: #BC6D3E; }
a { background-color: rgb(188,109,62); }
div.DivClassName
{
background-color: #BC6D3E;
}
.BgClassName
{
background-color: #BC6D3E;
}
</style>
border-color css
<style>
span { border-color: #BC6D3E; }
span { border-color: rgb(188,109,62); }
td.TdClassName
{
border-color: #BC6D3E;
}
.TagClassName
{
border-color: #BC6D3E;
}
</style>