Shades of Zest #BC7146
Tints of Zest #BC7146
RGB
CMYK
RGB Variations
Color information
#BC7146 (or 0xBC7146) is known color: Zest. HEX triplet: BC, 71 and 46. RGB value is (188,113,70). Sum of RGB (Red+Green+Blue) = 188+113+70=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 70 (27.73% from 255 or 18.87% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7146 is #438EB9. Grayscale: #828282. Windows color (decimal): -4427450 or 4616636. OLE color: 4616636.
HSL color Cylindrical-coordinate representation of color #BC7146: hue angle of 21.86º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC7146 is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 113 | 70 | - |
| CMYK | 0 | 0.40 | 0.63 | 0.26 |
| HSL | 21.86º | 0.47% | 0.51% | - |
| HSV(B) | 21.86º | 0.63% | 0.74% | - |
| XYZ | 27.75 | 22.94 | 8.76 | - |
| YUV | 130.52 | 93.85 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 113 | 70 | 0 | 0.40 | 0.63 | 0.26 | 21.86 | 0.47 | 0.51 |
| Hex | BC | 71 | 46 | 0 | 28 | 3F | 1A | 16 | 2F | 33 |
| Octal | 274 | 161 | 106 | 0 | 50 | 77 | 32 | 26 | 57 | 63 |
| Binary | 10111100 | 1110001 | 1000110 | 0 | 101000 | 111111 | 11010 | 10110 | 101111 | 110011 |
Color Harmonies of #BC7146
Complementary color
Monochromatic Colors of #BC7146
Black with #BC7146
Text Example
Text Example
White with #BC7146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7146; }
p { color: rgb(188,113,70); }
H1.HeaderClassName
{
color: #BC7146;
}
.AnyTagClassName
{
color: #BC7146;
}
</style>
background-color css
<style>
a { background-color: #BC7146; }
a { background-color: rgb(188,113,70); }
div.DivClassName
{
background-color: #BC7146;
}
.BgClassName
{
background-color: #BC7146;
}
</style>
border-color css
<style>
span { border-color: #BC7146; }
span { border-color: rgb(188,113,70); }
td.TdClassName
{
border-color: #BC7146;
}
.TagClassName
{
border-color: #BC7146;
}
</style>