Shades of Zest #BA723E
Tints of Zest #BA723E
RGB
CMYK
RGB Variations
Color information
#BA723E (or 0xBA723E) is known color: Zest. HEX triplet: BA, 72 and 3E. RGB value is (186,114,62). Sum of RGB (Red+Green+Blue) = 186+114+62=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 62 (24.61% from 255 or 17.13% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA723E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA723E is #458DC1. Grayscale: #818181. Windows color (decimal): -4558274 or 4092602. OLE color: 4092602.
HSL color Cylindrical-coordinate representation of color #BA723E: hue angle of 25.16º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA723E is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 114 | 62 | - |
| CMYK | 0 | 0.39 | 0.67 | 0.27 |
| HSL | 25.16º | 0.5% | 0.49% | - |
| HSV(B) | 25.16º | 0.67% | 0.73% | - |
| XYZ | 27.14 | 22.82 | 7.53 | - |
| YUV | 129.6 | 89.85 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 114 | 62 | 0 | 0.39 | 0.67 | 0.27 | 25.16 | 0.5 | 0.49 |
| Hex | BA | 72 | 3E | 0 | 27 | 43 | 1B | 19 | 32 | 31 |
| Octal | 272 | 162 | 76 | 0 | 47 | 103 | 33 | 31 | 62 | 61 |
| Binary | 10111010 | 1110010 | 111110 | 0 | 100111 | 1000011 | 11011 | 11001 | 110010 | 110001 |
Color Harmonies of #BA723E
Complementary color
Monochromatic Colors of #BA723E
Black with #BA723E
Text Example
Text Example
White with #BA723E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA723E; }
p { color: rgb(186,114,62); }
H1.HeaderClassName
{
color: #BA723E;
}
.AnyTagClassName
{
color: #BA723E;
}
</style>
background-color css
<style>
a { background-color: #BA723E; }
a { background-color: rgb(186,114,62); }
div.DivClassName
{
background-color: #BA723E;
}
.BgClassName
{
background-color: #BA723E;
}
</style>
border-color css
<style>
span { border-color: #BA723E; }
span { border-color: rgb(186,114,62); }
td.TdClassName
{
border-color: #BA723E;
}
.TagClassName
{
border-color: #BA723E;
}
</style>