Shades of Zest #BC6F45
Tints of Zest #BC6F45
RGB
CMYK
RGB Variations
Color information
#BC6F45 (or 0xBC6F45) is known color: Zest. HEX triplet: BC, 6F and 45. RGB value is (188,111,69). Sum of RGB (Red+Green+Blue) = 188+111+69=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 69 (27.34% from 255 or 18.75% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6F45 is #4390BA. Grayscale: #818181. Windows color (decimal): -4427963 or 4550588. OLE color: 4550588.
HSL color Cylindrical-coordinate representation of color #BC6F45: hue angle of 21.18º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC6F45 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 111 | 69 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.26 |
| HSL | 21.18º | 0.47% | 0.5% | - |
| HSV(B) | 21.18º | 0.63% | 0.74% | - |
| XYZ | 27.5 | 22.49 | 8.52 | - |
| YUV | 129.24 | 94.01 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 111 | 69 | 0 | 0.41 | 0.63 | 0.26 | 21.18 | 0.47 | 0.5 |
| Hex | BC | 6F | 45 | 0 | 29 | 3F | 1A | 15 | 2F | 32 |
| Octal | 274 | 157 | 105 | 0 | 51 | 77 | 32 | 25 | 57 | 62 |
| Binary | 10111100 | 1101111 | 1000101 | 0 | 101001 | 111111 | 11010 | 10101 | 101111 | 110010 |
Color Harmonies of #BC6F45
Complementary color
Monochromatic Colors of #BC6F45
Black with #BC6F45
Text Example
Text Example
White with #BC6F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6F45; }
p { color: rgb(188,111,69); }
H1.HeaderClassName
{
color: #BC6F45;
}
.AnyTagClassName
{
color: #BC6F45;
}
</style>
background-color css
<style>
a { background-color: #BC6F45; }
a { background-color: rgb(188,111,69); }
div.DivClassName
{
background-color: #BC6F45;
}
.BgClassName
{
background-color: #BC6F45;
}
</style>
border-color css
<style>
span { border-color: #BC6F45; }
span { border-color: rgb(188,111,69); }
td.TdClassName
{
border-color: #BC6F45;
}
.TagClassName
{
border-color: #BC6F45;
}
</style>