Shades of Zest #BC703A
Tints of Zest #BC703A
RGB
CMYK
RGB Variations
Color information
#BC703A (or 0xBC703A) is known color: Zest. HEX triplet: BC, 70 and 3A. RGB value is (188,112,58). Sum of RGB (Red+Green+Blue) = 188+112+58=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 58 (23.05% from 255 or 16.20% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC703A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC703A is #438FC5. Grayscale: #808080. Windows color (decimal): -4427718 or 3829948. OLE color: 3829948.
HSL color Cylindrical-coordinate representation of color #BC703A: hue angle of 24.92º degrees, saturation: 0.53, 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 #BC703A is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 112 | 58 | - |
| CMYK | 0 | 0.40 | 0.69 | 0.26 |
| HSL | 24.92º | 0.53% | 0.48% | - |
| HSV(B) | 24.92º | 0.69% | 0.74% | - |
| XYZ | 27.3 | 22.59 | 6.92 | - |
| YUV | 128.57 | 88.18 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 112 | 58 | 0 | 0.40 | 0.69 | 0.26 | 24.92 | 0.53 | 0.48 |
| Hex | BC | 70 | 3A | 0 | 28 | 45 | 1A | 19 | 35 | 30 |
| Octal | 274 | 160 | 72 | 0 | 50 | 105 | 32 | 31 | 65 | 60 |
| Binary | 10111100 | 1110000 | 111010 | 0 | 101000 | 1000101 | 11010 | 11001 | 110101 | 110000 |
Color Harmonies of #BC703A
Complementary color
Monochromatic Colors of #BC703A
Black with #BC703A
Text Example
Text Example
White with #BC703A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC703A; }
p { color: rgb(188,112,58); }
H1.HeaderClassName
{
color: #BC703A;
}
.AnyTagClassName
{
color: #BC703A;
}
</style>
background-color css
<style>
a { background-color: #BC703A; }
a { background-color: rgb(188,112,58); }
div.DivClassName
{
background-color: #BC703A;
}
.BgClassName
{
background-color: #BC703A;
}
</style>
border-color css
<style>
span { border-color: #BC703A; }
span { border-color: rgb(188,112,58); }
td.TdClassName
{
border-color: #BC703A;
}
.TagClassName
{
border-color: #BC703A;
}
</style>