Shades of Zest #BC703B
Tints of Zest #BC703B
RGB
CMYK
RGB Variations
Color information
#BC703B (or 0xBC703B) is known color: Zest. HEX triplet: BC, 70 and 3B. RGB value is (188,112,59). Sum of RGB (Red+Green+Blue) = 188+112+59=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 59 (23.44% from 255 or 16.43% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC703B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC703B is #438FC4. Grayscale: #808080. Windows color (decimal): -4427717 or 3895484. OLE color: 3895484.
HSL color Cylindrical-coordinate representation of color #BC703B: hue angle of 24.65º degrees, saturation: 0.52, 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 #BC703B is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 112 | 59 | - |
| CMYK | 0 | 0.40 | 0.69 | 0.26 |
| HSL | 24.65º | 0.52% | 0.48% | - |
| HSV(B) | 24.65º | 0.69% | 0.74% | - |
| XYZ | 27.32 | 22.6 | 7.06 | - |
| YUV | 128.68 | 88.68 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 112 | 59 | 0 | 0.40 | 0.69 | 0.26 | 24.65 | 0.52 | 0.48 |
| Hex | BC | 70 | 3B | 0 | 28 | 45 | 1A | 19 | 34 | 30 |
| Octal | 274 | 160 | 73 | 0 | 50 | 105 | 32 | 31 | 64 | 60 |
| Binary | 10111100 | 1110000 | 111011 | 0 | 101000 | 1000101 | 11010 | 11001 | 110100 | 110000 |
Color Harmonies of #BC703B
Complementary color
Monochromatic Colors of #BC703B
Black with #BC703B
Text Example
Text Example
White with #BC703B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC703B; }
p { color: rgb(188,112,59); }
H1.HeaderClassName
{
color: #BC703B;
}
.AnyTagClassName
{
color: #BC703B;
}
</style>
background-color css
<style>
a { background-color: #BC703B; }
a { background-color: rgb(188,112,59); }
div.DivClassName
{
background-color: #BC703B;
}
.BgClassName
{
background-color: #BC703B;
}
</style>
border-color css
<style>
span { border-color: #BC703B; }
span { border-color: rgb(188,112,59); }
td.TdClassName
{
border-color: #BC703B;
}
.TagClassName
{
border-color: #BC703B;
}
</style>