Shades of Barley Corn #BA9F59
Tints of Barley Corn #BA9F59
RGB
CMYK
RGB Variations
Color information
#BA9F59 (or 0xBA9F59) is known color: Barley Corn. HEX triplet: BA, 9F and 59. RGB value is (186,159,89). Sum of RGB (Red+Green+Blue) = 186+159+89=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 159 (62.5% from 255 or 36.64% from 434); Blue value is 89 (35.16% from 255 or 20.51% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9F59 is #4560A6. Grayscale: #9F9F9F. Windows color (decimal): -4546727 or 5873594. OLE color: 5873594.
HSL color Cylindrical-coordinate representation of color #BA9F59: hue angle of 43.3º 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 #BA9F59 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 159 | 89 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.27 |
| HSL | 43.3º | 0.41% | 0.54% | - |
| HSV(B) | 43.3º | 0.52% | 0.73% | - |
| XYZ | 34.45 | 35.96 | 14.58 | - |
| YUV | 159.09 | 88.45 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 89 | 0 | 0.15 | 0.52 | 0.27 | 43.3 | 0.41 | 0.54 |
| Hex | BA | 9F | 59 | 0 | F | 34 | 1B | 2B | 29 | 36 |
| Octal | 272 | 237 | 131 | 0 | 17 | 64 | 33 | 53 | 51 | 66 |
| Binary | 10111010 | 10011111 | 1011001 | 0 | 1111 | 110100 | 11011 | 101011 | 101001 | 110110 |
Color Harmonies of #BA9F59
Complementary color
Monochromatic Colors of #BA9F59
Black with #BA9F59
Text Example
Text Example
White with #BA9F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9F59; }
p { color: rgb(186,159,89); }
H1.HeaderClassName
{
color: #BA9F59;
}
.AnyTagClassName
{
color: #BA9F59;
}
</style>
background-color css
<style>
a { background-color: #BA9F59; }
a { background-color: rgb(186,159,89); }
div.DivClassName
{
background-color: #BA9F59;
}
.BgClassName
{
background-color: #BA9F59;
}
</style>
border-color css
<style>
span { border-color: #BA9F59; }
span { border-color: rgb(186,159,89); }
td.TdClassName
{
border-color: #BA9F59;
}
.TagClassName
{
border-color: #BA9F59;
}
</style>