Shades of Zest #BA723D
Tints of Zest #BA723D
RGB
CMYK
RGB Variations
Color information
#BA723D (or 0xBA723D) is known color: Zest. HEX triplet: BA, 72 and 3D. RGB value is (186,114,61). Sum of RGB (Red+Green+Blue) = 186+114+61=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 61 (24.22% from 255 or 16.90% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA723D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA723D is #458DC2. Grayscale: #818181. Windows color (decimal): -4558275 or 4027066. OLE color: 4027066.
HSL color Cylindrical-coordinate representation of color #BA723D: hue angle of 25.44º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA723D is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 114 | 61 | - |
| CMYK | 0 | 0.39 | 0.67 | 0.27 |
| HSL | 25.44º | 0.51% | 0.48% | - |
| HSV(B) | 25.44º | 0.67% | 0.73% | - |
| XYZ | 27.11 | 22.81 | 7.39 | - |
| YUV | 129.49 | 89.35 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 114 | 61 | 0 | 0.39 | 0.67 | 0.27 | 25.44 | 0.51 | 0.48 |
| Hex | BA | 72 | 3D | 0 | 27 | 43 | 1B | 19 | 33 | 30 |
| Octal | 272 | 162 | 75 | 0 | 47 | 103 | 33 | 31 | 63 | 60 |
| Binary | 10111010 | 1110010 | 111101 | 0 | 100111 | 1000011 | 11011 | 11001 | 110011 | 110000 |
Color Harmonies of #BA723D
Complementary color
Monochromatic Colors of #BA723D
Black with #BA723D
Text Example
Text Example
White with #BA723D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA723D; }
p { color: rgb(186,114,61); }
H1.HeaderClassName
{
color: #BA723D;
}
.AnyTagClassName
{
color: #BA723D;
}
</style>
background-color css
<style>
a { background-color: #BA723D; }
a { background-color: rgb(186,114,61); }
div.DivClassName
{
background-color: #BA723D;
}
.BgClassName
{
background-color: #BA723D;
}
</style>
border-color css
<style>
span { border-color: #BA723D; }
span { border-color: rgb(186,114,61); }
td.TdClassName
{
border-color: #BA723D;
}
.TagClassName
{
border-color: #BA723D;
}
</style>