Shades of Zest #BC713C
Tints of Zest #BC713C
RGB
CMYK
RGB Variations
Color information
#BC713C (or 0xBC713C) is known color: Zest. HEX triplet: BC, 71 and 3C. RGB value is (188,113,60). Sum of RGB (Red+Green+Blue) = 188+113+60=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 60 (23.83% from 255 or 16.62% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC713C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC713C is #438EC3. Grayscale: #818181. Windows color (decimal): -4427460 or 3961276. OLE color: 3961276.
HSL color Cylindrical-coordinate representation of color #BC713C: hue angle of 24.84º 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 #BC713C is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 113 | 60 | - |
| CMYK | 0 | 0.40 | 0.68 | 0.26 |
| HSL | 24.84º | 0.52% | 0.49% | - |
| HSV(B) | 24.84º | 0.68% | 0.74% | - |
| XYZ | 27.46 | 22.83 | 7.23 | - |
| YUV | 129.38 | 88.85 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 113 | 60 | 0 | 0.40 | 0.68 | 0.26 | 24.84 | 0.52 | 0.49 |
| Hex | BC | 71 | 3C | 0 | 28 | 44 | 1A | 19 | 34 | 31 |
| Octal | 274 | 161 | 74 | 0 | 50 | 104 | 32 | 31 | 64 | 61 |
| Binary | 10111100 | 1110001 | 111100 | 0 | 101000 | 1000100 | 11010 | 11001 | 110100 | 110001 |
Color Harmonies of #BC713C
Complementary color
Monochromatic Colors of #BC713C
Black with #BC713C
Text Example
Text Example
White with #BC713C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC713C; }
p { color: rgb(188,113,60); }
H1.HeaderClassName
{
color: #BC713C;
}
.AnyTagClassName
{
color: #BC713C;
}
</style>
background-color css
<style>
a { background-color: #BC713C; }
a { background-color: rgb(188,113,60); }
div.DivClassName
{
background-color: #BC713C;
}
.BgClassName
{
background-color: #BC713C;
}
</style>
border-color css
<style>
span { border-color: #BC713C; }
span { border-color: rgb(188,113,60); }
td.TdClassName
{
border-color: #BC713C;
}
.TagClassName
{
border-color: #BC713C;
}
</style>