Shades of Zest #BC6F40
Tints of Zest #BC6F40
RGB
CMYK
RGB Variations
Color information
#BC6F40 (or 0xBC6F40) is known color: Zest. HEX triplet: BC, 6F and 40. RGB value is (188,111,64). Sum of RGB (Red+Green+Blue) = 188+111+64=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6F40 is #4390BF. Grayscale: #808080. Windows color (decimal): -4427968 or 4222908. OLE color: 4222908.
HSL color Cylindrical-coordinate representation of color #BC6F40: hue angle of 22.74º 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 #BC6F40 is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 111 | 64 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.26 |
| HSL | 22.74º | 0.49% | 0.49% | - |
| HSV(B) | 22.74º | 0.66% | 0.74% | - |
| XYZ | 27.35 | 22.43 | 7.74 | - |
| YUV | 128.67 | 91.51 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 111 | 64 | 0 | 0.41 | 0.66 | 0.26 | 22.74 | 0.49 | 0.49 |
| Hex | BC | 6F | 40 | 0 | 29 | 42 | 1A | 17 | 31 | 31 |
| Octal | 274 | 157 | 100 | 0 | 51 | 102 | 32 | 27 | 61 | 61 |
| Binary | 10111100 | 1101111 | 1000000 | 0 | 101001 | 1000010 | 11010 | 10111 | 110001 | 110001 |
Color Harmonies of #BC6F40
Complementary color
Monochromatic Colors of #BC6F40
Black with #BC6F40
Text Example
Text Example
White with #BC6F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6F40; }
p { color: rgb(188,111,64); }
H1.HeaderClassName
{
color: #BC6F40;
}
.AnyTagClassName
{
color: #BC6F40;
}
</style>
background-color css
<style>
a { background-color: #BC6F40; }
a { background-color: rgb(188,111,64); }
div.DivClassName
{
background-color: #BC6F40;
}
.BgClassName
{
background-color: #BC6F40;
}
</style>
border-color css
<style>
span { border-color: #BC6F40; }
span { border-color: rgb(188,111,64); }
td.TdClassName
{
border-color: #BC6F40;
}
.TagClassName
{
border-color: #BC6F40;
}
</style>