Shades of Zest #BC6D42
Tints of Zest #BC6D42
RGB
CMYK
RGB Variations
Color information
#BC6D42 (or 0xBC6D42) is known color: Zest. HEX triplet: BC, 6D and 42. RGB value is (188,109,66). Sum of RGB (Red+Green+Blue) = 188+109+66=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6D42 is #4392BD. Grayscale: #7F7F7F. Windows color (decimal): -4428478 or 4353468. OLE color: 4353468.
HSL color Cylindrical-coordinate representation of color #BC6D42: hue angle of 21.15º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC6D42 is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 109 | 66 | - |
| CMYK | 0 | 0.42 | 0.65 | 0.26 |
| HSL | 21.15º | 0.48% | 0.5% | - |
| HSV(B) | 21.15º | 0.65% | 0.74% | - |
| XYZ | 27.19 | 22.02 | 7.97 | - |
| YUV | 127.72 | 93.17 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 109 | 66 | 0 | 0.42 | 0.65 | 0.26 | 21.15 | 0.48 | 0.5 |
| Hex | BC | 6D | 42 | 0 | 2A | 41 | 1A | 15 | 30 | 32 |
| Octal | 274 | 155 | 102 | 0 | 52 | 101 | 32 | 25 | 60 | 62 |
| Binary | 10111100 | 1101101 | 1000010 | 0 | 101010 | 1000001 | 11010 | 10101 | 110000 | 110010 |
Color Harmonies of #BC6D42
Complementary color
Monochromatic Colors of #BC6D42
Black with #BC6D42
Text Example
Text Example
White with #BC6D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6D42; }
p { color: rgb(188,109,66); }
H1.HeaderClassName
{
color: #BC6D42;
}
.AnyTagClassName
{
color: #BC6D42;
}
</style>
background-color css
<style>
a { background-color: #BC6D42; }
a { background-color: rgb(188,109,66); }
div.DivClassName
{
background-color: #BC6D42;
}
.BgClassName
{
background-color: #BC6D42;
}
</style>
border-color css
<style>
span { border-color: #BC6D42; }
span { border-color: rgb(188,109,66); }
td.TdClassName
{
border-color: #BC6D42;
}
.TagClassName
{
border-color: #BC6D42;
}
</style>