Shades of Zest #BA713C
Tints of Zest #BA713C
RGB
CMYK
RGB Variations
Color information
#BA713C (or 0xBA713C) is known color: Zest. HEX triplet: BA, 71 and 3C. RGB value is (186,113,60). Sum of RGB (Red+Green+Blue) = 186+113+60=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 113 (44.53% from 255 or 31.48% from 359); Blue value is 60 (23.83% from 255 or 16.71% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA713C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA713C is #458EC3. Grayscale: #818181. Windows color (decimal): -4558532 or 3961274. OLE color: 3961274.
HSL color Cylindrical-coordinate representation of color #BA713C: hue angle of 25.24º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA713C is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 113 | 60 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.27 |
| HSL | 25.24º | 0.51% | 0.48% | - |
| HSV(B) | 25.24º | 0.68% | 0.73% | - |
| XYZ | 26.97 | 22.58 | 7.21 | - |
| YUV | 128.79 | 89.18 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 60 | 0 | 0.39 | 0.68 | 0.27 | 25.24 | 0.51 | 0.48 |
| Hex | BA | 71 | 3C | 0 | 27 | 44 | 1B | 19 | 33 | 30 |
| Octal | 272 | 161 | 74 | 0 | 47 | 104 | 33 | 31 | 63 | 60 |
| Binary | 10111010 | 1110001 | 111100 | 0 | 100111 | 1000100 | 11011 | 11001 | 110011 | 110000 |
Color Harmonies of #BA713C
Complementary color
Monochromatic Colors of #BA713C
Black with #BA713C
Text Example
Text Example
White with #BA713C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA713C; }
p { color: rgb(186,113,60); }
H1.HeaderClassName
{
color: #BA713C;
}
.AnyTagClassName
{
color: #BA713C;
}
</style>
background-color css
<style>
a { background-color: #BA713C; }
a { background-color: rgb(186,113,60); }
div.DivClassName
{
background-color: #BA713C;
}
.BgClassName
{
background-color: #BA713C;
}
</style>
border-color css
<style>
span { border-color: #BA713C; }
span { border-color: rgb(186,113,60); }
td.TdClassName
{
border-color: #BA713C;
}
.TagClassName
{
border-color: #BA713C;
}
</style>