Shades of Zest #BC7240
Tints of Zest #BC7240
RGB
CMYK
RGB Variations
Color information
#BC7240 (or 0xBC7240) is known color: Zest. HEX triplet: BC, 72 and 40. RGB value is (188,114,64). Sum of RGB (Red+Green+Blue) = 188+114+64=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7240 is #438DBF. Grayscale: #828282. Windows color (decimal): -4427200 or 4223676. OLE color: 4223676.
HSL color Cylindrical-coordinate representation of color #BC7240: hue angle of 24.19º 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 #BC7240 is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 114 | 64 | - |
| CMYK | 0 | 0.39 | 0.66 | 0.26 |
| HSL | 24.19º | 0.49% | 0.49% | - |
| HSV(B) | 24.19º | 0.66% | 0.74% | - |
| XYZ | 27.68 | 23.1 | 7.85 | - |
| YUV | 130.43 | 90.52 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 114 | 64 | 0 | 0.39 | 0.66 | 0.26 | 24.19 | 0.49 | 0.49 |
| Hex | BC | 72 | 40 | 0 | 27 | 42 | 1A | 18 | 31 | 31 |
| Octal | 274 | 162 | 100 | 0 | 47 | 102 | 32 | 30 | 61 | 61 |
| Binary | 10111100 | 1110010 | 1000000 | 0 | 100111 | 1000010 | 11010 | 11000 | 110001 | 110001 |
Color Harmonies of #BC7240
Complementary color
Monochromatic Colors of #BC7240
Black with #BC7240
Text Example
Text Example
White with #BC7240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7240; }
p { color: rgb(188,114,64); }
H1.HeaderClassName
{
color: #BC7240;
}
.AnyTagClassName
{
color: #BC7240;
}
</style>
background-color css
<style>
a { background-color: #BC7240; }
a { background-color: rgb(188,114,64); }
div.DivClassName
{
background-color: #BC7240;
}
.BgClassName
{
background-color: #BC7240;
}
</style>
border-color css
<style>
span { border-color: #BC7240; }
span { border-color: rgb(188,114,64); }
td.TdClassName
{
border-color: #BC7240;
}
.TagClassName
{
border-color: #BC7240;
}
</style>