Shades of Zest #BC7040
Tints of Zest #BC7040
RGB
CMYK
RGB Variations
Color information
#BC7040 (or 0xBC7040) is known color: Zest. HEX triplet: BC, 70 and 40. RGB value is (188,112,64). Sum of RGB (Red+Green+Blue) = 188+112+64=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 64 (25.39% from 255 or 17.58% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7040 is #438FBF. Grayscale: #818181. Windows color (decimal): -4427712 or 4223164. OLE color: 4223164.
HSL color Cylindrical-coordinate representation of color #BC7040: hue angle of 23.23º 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 #BC7040 is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 112 | 64 | - |
| CMYK | 0 | 0.40 | 0.66 | 0.26 |
| HSL | 23.23º | 0.49% | 0.49% | - |
| HSV(B) | 23.23º | 0.66% | 0.74% | - |
| XYZ | 27.46 | 22.65 | 7.78 | - |
| YUV | 129.25 | 91.18 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 112 | 64 | 0 | 0.40 | 0.66 | 0.26 | 23.23 | 0.49 | 0.49 |
| Hex | BC | 70 | 40 | 0 | 28 | 42 | 1A | 17 | 31 | 31 |
| Octal | 274 | 160 | 100 | 0 | 50 | 102 | 32 | 27 | 61 | 61 |
| Binary | 10111100 | 1110000 | 1000000 | 0 | 101000 | 1000010 | 11010 | 10111 | 110001 | 110001 |
Color Harmonies of #BC7040
Complementary color
Monochromatic Colors of #BC7040
Black with #BC7040
Text Example
Text Example
White with #BC7040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7040; }
p { color: rgb(188,112,64); }
H1.HeaderClassName
{
color: #BC7040;
}
.AnyTagClassName
{
color: #BC7040;
}
</style>
background-color css
<style>
a { background-color: #BC7040; }
a { background-color: rgb(188,112,64); }
div.DivClassName
{
background-color: #BC7040;
}
.BgClassName
{
background-color: #BC7040;
}
</style>
border-color css
<style>
span { border-color: #BC7040; }
span { border-color: rgb(188,112,64); }
td.TdClassName
{
border-color: #BC7040;
}
.TagClassName
{
border-color: #BC7040;
}
</style>