Shades of Zest #BC6C40
Tints of Zest #BC6C40
RGB
CMYK
RGB Variations
Color information
#BC6C40 (or 0xBC6C40) is known color: Zest. HEX triplet: BC, 6C and 40. RGB value is (188,108,64). Sum of RGB (Red+Green+Blue) = 188+108+64=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6C40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6C40 is #4393BF. Grayscale: #7F7F7F. Windows color (decimal): -4428736 or 4222140. OLE color: 4222140.
HSL color Cylindrical-coordinate representation of color #BC6C40: hue angle of 21.29º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC6C40 is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 108 | 64 | - |
| CMYK | 0 | 0.43 | 0.66 | 0.26 |
| HSL | 21.29º | 0.49% | 0.49% | - |
| HSV(B) | 21.29º | 0.66% | 0.74% | - |
| XYZ | 27.03 | 21.79 | 7.63 | - |
| YUV | 126.9 | 92.5 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 108 | 64 | 0 | 0.43 | 0.66 | 0.26 | 21.29 | 0.49 | 0.49 |
| Hex | BC | 6C | 40 | 0 | 2B | 42 | 1A | 15 | 31 | 31 |
| Octal | 274 | 154 | 100 | 0 | 53 | 102 | 32 | 25 | 61 | 61 |
| Binary | 10111100 | 1101100 | 1000000 | 0 | 101011 | 1000010 | 11010 | 10101 | 110001 | 110001 |
Color Harmonies of #BC6C40
Complementary color
Monochromatic Colors of #BC6C40
Black with #BC6C40
Text Example
Text Example
White with #BC6C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6C40; }
p { color: rgb(188,108,64); }
H1.HeaderClassName
{
color: #BC6C40;
}
.AnyTagClassName
{
color: #BC6C40;
}
</style>
background-color css
<style>
a { background-color: #BC6C40; }
a { background-color: rgb(188,108,64); }
div.DivClassName
{
background-color: #BC6C40;
}
.BgClassName
{
background-color: #BC6C40;
}
</style>
border-color css
<style>
span { border-color: #BC6C40; }
span { border-color: rgb(188,108,64); }
td.TdClassName
{
border-color: #BC6C40;
}
.TagClassName
{
border-color: #BC6C40;
}
</style>