Shades of Zest #BC6F42
Tints of Zest #BC6F42
RGB
CMYK
RGB Variations
Color information
#BC6F42 (or 0xBC6F42) is known color: Zest. HEX triplet: BC, 6F and 42. RGB value is (188,111,66). Sum of RGB (Red+Green+Blue) = 188+111+66=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 66 (26.17% from 255 or 18.08% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6F42 is #4390BD. Grayscale: #818181. Windows color (decimal): -4427966 or 4353980. OLE color: 4353980.
HSL color Cylindrical-coordinate representation of color #BC6F42: hue angle of 22.13º 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 #BC6F42 is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 111 | 66 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.26 |
| HSL | 22.13º | 0.48% | 0.5% | - |
| HSV(B) | 22.13º | 0.65% | 0.74% | - |
| XYZ | 27.41 | 22.45 | 8.04 | - |
| YUV | 128.89 | 92.51 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 111 | 66 | 0 | 0.41 | 0.65 | 0.26 | 22.13 | 0.48 | 0.5 |
| Hex | BC | 6F | 42 | 0 | 29 | 41 | 1A | 16 | 30 | 32 |
| Octal | 274 | 157 | 102 | 0 | 51 | 101 | 32 | 26 | 60 | 62 |
| Binary | 10111100 | 1101111 | 1000010 | 0 | 101001 | 1000001 | 11010 | 10110 | 110000 | 110010 |
Color Harmonies of #BC6F42
Complementary color
Monochromatic Colors of #BC6F42
Black with #BC6F42
Text Example
Text Example
White with #BC6F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6F42; }
p { color: rgb(188,111,66); }
H1.HeaderClassName
{
color: #BC6F42;
}
.AnyTagClassName
{
color: #BC6F42;
}
</style>
background-color css
<style>
a { background-color: #BC6F42; }
a { background-color: rgb(188,111,66); }
div.DivClassName
{
background-color: #BC6F42;
}
.BgClassName
{
background-color: #BC6F42;
}
</style>
border-color css
<style>
span { border-color: #BC6F42; }
span { border-color: rgb(188,111,66); }
td.TdClassName
{
border-color: #BC6F42;
}
.TagClassName
{
border-color: #BC6F42;
}
</style>