Shades of Zest #BC6E3A
Tints of Zest #BC6E3A
RGB
CMYK
RGB Variations
Color information
#BC6E3A (or 0xBC6E3A) is known color: Zest. HEX triplet: BC, 6E and 3A. RGB value is (188,110,58). Sum of RGB (Red+Green+Blue) = 188+110+58=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 58 (23.05% from 255 or 16.29% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6E3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6E3A is #4391C5. Grayscale: #7F7F7F. Windows color (decimal): -4428230 or 3829436. OLE color: 3829436.
HSL color Cylindrical-coordinate representation of color #BC6E3A: hue angle of 24º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC6E3A is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 110 | 58 | - |
| CMYK | 0 | 0.41 | 0.69 | 0.26 |
| HSL | 24º | 0.53% | 0.48% | - |
| HSV(B) | 24º | 0.69% | 0.74% | - |
| XYZ | 27.08 | 22.15 | 6.85 | - |
| YUV | 127.39 | 88.84 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 110 | 58 | 0 | 0.41 | 0.69 | 0.26 | 24 | 0.53 | 0.48 |
| Hex | BC | 6E | 3A | 0 | 29 | 45 | 1A | 18 | 35 | 30 |
| Octal | 274 | 156 | 72 | 0 | 51 | 105 | 32 | 30 | 65 | 60 |
| Binary | 10111100 | 1101110 | 111010 | 0 | 101001 | 1000101 | 11010 | 11000 | 110101 | 110000 |
Color Harmonies of #BC6E3A
Complementary color
Monochromatic Colors of #BC6E3A
Black with #BC6E3A
Text Example
Text Example
White with #BC6E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6E3A; }
p { color: rgb(188,110,58); }
H1.HeaderClassName
{
color: #BC6E3A;
}
.AnyTagClassName
{
color: #BC6E3A;
}
</style>
background-color css
<style>
a { background-color: #BC6E3A; }
a { background-color: rgb(188,110,58); }
div.DivClassName
{
background-color: #BC6E3A;
}
.BgClassName
{
background-color: #BC6E3A;
}
</style>
border-color css
<style>
span { border-color: #BC6E3A; }
span { border-color: rgb(188,110,58); }
td.TdClassName
{
border-color: #BC6E3A;
}
.TagClassName
{
border-color: #BC6E3A;
}
</style>