Shades of Zest #BC7140
Tints of Zest #BC7140
RGB
CMYK
RGB Variations
Color information
#BC7140 (or 0xBC7140) is known color: Zest. HEX triplet: BC, 71 and 40. RGB value is (188,113,64). Sum of RGB (Red+Green+Blue) = 188+113+64=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7140 is #438EBF. Grayscale: #828282. Windows color (decimal): -4427456 or 4223420. OLE color: 4223420.
HSL color Cylindrical-coordinate representation of color #BC7140: hue angle of 23.71º 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 #BC7140 is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 113 | 64 | - |
| CMYK | 0 | 0.40 | 0.66 | 0.26 |
| HSL | 23.71º | 0.49% | 0.49% | - |
| HSV(B) | 23.71º | 0.66% | 0.74% | - |
| XYZ | 27.57 | 22.87 | 7.81 | - |
| YUV | 129.84 | 90.85 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 113 | 64 | 0 | 0.40 | 0.66 | 0.26 | 23.71 | 0.49 | 0.49 |
| Hex | BC | 71 | 40 | 0 | 28 | 42 | 1A | 18 | 31 | 31 |
| Octal | 274 | 161 | 100 | 0 | 50 | 102 | 32 | 30 | 61 | 61 |
| Binary | 10111100 | 1110001 | 1000000 | 0 | 101000 | 1000010 | 11010 | 11000 | 110001 | 110001 |
Color Harmonies of #BC7140
Complementary color
Monochromatic Colors of #BC7140
Black with #BC7140
Text Example
Text Example
White with #BC7140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7140; }
p { color: rgb(188,113,64); }
H1.HeaderClassName
{
color: #BC7140;
}
.AnyTagClassName
{
color: #BC7140;
}
</style>
background-color css
<style>
a { background-color: #BC7140; }
a { background-color: rgb(188,113,64); }
div.DivClassName
{
background-color: #BC7140;
}
.BgClassName
{
background-color: #BC7140;
}
</style>
border-color css
<style>
span { border-color: #BC7140; }
span { border-color: rgb(188,113,64); }
td.TdClassName
{
border-color: #BC7140;
}
.TagClassName
{
border-color: #BC7140;
}
</style>