Shades of Barley Corn #BA9A59
Tints of Barley Corn #BA9A59
RGB
CMYK
RGB Variations
Color information
#BA9A59 (or 0xBA9A59) is known color: Barley Corn. HEX triplet: BA, 9A and 59. RGB value is (186,154,89). Sum of RGB (Red+Green+Blue) = 186+154+89=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 154 (60.55% from 255 or 35.90% from 429); Blue value is 89 (35.16% from 255 or 20.75% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9A59 is #4565A6. Grayscale: #9C9C9C. Windows color (decimal): -4548007 or 5872314. OLE color: 5872314.
HSL color Cylindrical-coordinate representation of color #BA9A59: hue angle of 40.21º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA9A59 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 154 | 89 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.27 |
| HSL | 40.21º | 0.41% | 0.54% | - |
| HSV(B) | 40.21º | 0.52% | 0.73% | - |
| XYZ | 33.61 | 34.27 | 14.29 | - |
| YUV | 156.16 | 90.1 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 154 | 89 | 0 | 0.17 | 0.52 | 0.27 | 40.21 | 0.41 | 0.54 |
| Hex | BA | 9A | 59 | 0 | 11 | 34 | 1B | 28 | 29 | 36 |
| Octal | 272 | 232 | 131 | 0 | 21 | 64 | 33 | 50 | 51 | 66 |
| Binary | 10111010 | 10011010 | 1011001 | 0 | 10001 | 110100 | 11011 | 101000 | 101001 | 110110 |
Color Harmonies of #BA9A59
Complementary color
Monochromatic Colors of #BA9A59
Black with #BA9A59
Text Example
Text Example
White with #BA9A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9A59; }
p { color: rgb(186,154,89); }
H1.HeaderClassName
{
color: #BA9A59;
}
.AnyTagClassName
{
color: #BA9A59;
}
</style>
background-color css
<style>
a { background-color: #BA9A59; }
a { background-color: rgb(186,154,89); }
div.DivClassName
{
background-color: #BA9A59;
}
.BgClassName
{
background-color: #BA9A59;
}
</style>
border-color css
<style>
span { border-color: #BA9A59; }
span { border-color: rgb(186,154,89); }
td.TdClassName
{
border-color: #BA9A59;
}
.TagClassName
{
border-color: #BA9A59;
}
</style>