Shades of Zest #BC7244
Tints of Zest #BC7244
RGB
CMYK
RGB Variations
Color information
#BC7244 (or 0xBC7244) is known color: Zest. HEX triplet: BC, 72 and 44. RGB value is (188,114,68). Sum of RGB (Red+Green+Blue) = 188+114+68=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 68 (26.95% from 255 or 18.38% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7244 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7244 is #438DBB. Grayscale: #838383. Windows color (decimal): -4427196 or 4485820. OLE color: 4485820.
HSL color Cylindrical-coordinate representation of color #BC7244: hue angle of 23º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC7244 is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 114 | 68 | - |
| CMYK | 0 | 0.39 | 0.64 | 0.26 |
| HSL | 23º | 0.47% | 0.5% | - |
| HSV(B) | 23º | 0.64% | 0.74% | - |
| XYZ | 27.8 | 23.14 | 8.47 | - |
| YUV | 130.88 | 92.52 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 114 | 68 | 0 | 0.39 | 0.64 | 0.26 | 23 | 0.47 | 0.5 |
| Hex | BC | 72 | 44 | 0 | 27 | 40 | 1A | 17 | 2F | 32 |
| Octal | 274 | 162 | 104 | 0 | 47 | 100 | 32 | 27 | 57 | 62 |
| Binary | 10111100 | 1110010 | 1000100 | 0 | 100111 | 1000000 | 11010 | 10111 | 101111 | 110010 |
Color Harmonies of #BC7244
Complementary color
Monochromatic Colors of #BC7244
Black with #BC7244
Text Example
Text Example
White with #BC7244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7244; }
p { color: rgb(188,114,68); }
H1.HeaderClassName
{
color: #BC7244;
}
.AnyTagClassName
{
color: #BC7244;
}
</style>
background-color css
<style>
a { background-color: #BC7244; }
a { background-color: rgb(188,114,68); }
div.DivClassName
{
background-color: #BC7244;
}
.BgClassName
{
background-color: #BC7244;
}
</style>
border-color css
<style>
span { border-color: #BC7244; }
span { border-color: rgb(188,114,68); }
td.TdClassName
{
border-color: #BC7244;
}
.TagClassName
{
border-color: #BC7244;
}
</style>