Shades of Zest #BC703C
Tints of Zest #BC703C
RGB
CMYK
RGB Variations
Color information
#BC703C (or 0xBC703C) is known color: Zest. HEX triplet: BC, 70 and 3C. RGB value is (188,112,60). Sum of RGB (Red+Green+Blue) = 188+112+60=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 60 (23.83% from 255 or 16.67% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC703C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC703C is #438FC3. Grayscale: #818181. Windows color (decimal): -4427716 or 3961020. OLE color: 3961020.
HSL color Cylindrical-coordinate representation of color #BC703C: hue angle of 24.38º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC703C is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 112 | 60 | - |
| CMYK | 0 | 0.40 | 0.68 | 0.26 |
| HSL | 24.38º | 0.52% | 0.49% | - |
| HSV(B) | 24.38º | 0.68% | 0.74% | - |
| XYZ | 27.35 | 22.61 | 7.2 | - |
| YUV | 128.8 | 89.18 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 112 | 60 | 0 | 0.40 | 0.68 | 0.26 | 24.38 | 0.52 | 0.49 |
| Hex | BC | 70 | 3C | 0 | 28 | 44 | 1A | 18 | 34 | 31 |
| Octal | 274 | 160 | 74 | 0 | 50 | 104 | 32 | 30 | 64 | 61 |
| Binary | 10111100 | 1110000 | 111100 | 0 | 101000 | 1000100 | 11010 | 11000 | 110100 | 110001 |
Color Harmonies of #BC703C
Complementary color
Monochromatic Colors of #BC703C
Black with #BC703C
Text Example
Text Example
White with #BC703C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC703C; }
p { color: rgb(188,112,60); }
H1.HeaderClassName
{
color: #BC703C;
}
.AnyTagClassName
{
color: #BC703C;
}
</style>
background-color css
<style>
a { background-color: #BC703C; }
a { background-color: rgb(188,112,60); }
div.DivClassName
{
background-color: #BC703C;
}
.BgClassName
{
background-color: #BC703C;
}
</style>
border-color css
<style>
span { border-color: #BC703C; }
span { border-color: rgb(188,112,60); }
td.TdClassName
{
border-color: #BC703C;
}
.TagClassName
{
border-color: #BC703C;
}
</style>