Shades of Barley Corn #BA9B59
Tints of Barley Corn #BA9B59
RGB
CMYK
RGB Variations
Color information
#BA9B59 (or 0xBA9B59) is known color: Barley Corn. HEX triplet: BA, 9B and 59. RGB value is (186,155,89). Sum of RGB (Red+Green+Blue) = 186+155+89=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 155 (60.94% from 255 or 36.05% from 430); Blue value is 89 (35.16% from 255 or 20.70% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9B59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9B59 is #4564A6. Grayscale: #9D9D9D. Windows color (decimal): -4547751 or 5872570. OLE color: 5872570.
HSL color Cylindrical-coordinate representation of color #BA9B59: hue angle of 40.82º 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 #BA9B59 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 155 | 89 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.27 |
| HSL | 40.82º | 0.41% | 0.54% | - |
| HSV(B) | 40.82º | 0.52% | 0.73% | - |
| XYZ | 33.77 | 34.6 | 14.35 | - |
| YUV | 156.75 | 89.77 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 155 | 89 | 0 | 0.17 | 0.52 | 0.27 | 40.82 | 0.41 | 0.54 |
| Hex | BA | 9B | 59 | 0 | 11 | 34 | 1B | 29 | 29 | 36 |
| Octal | 272 | 233 | 131 | 0 | 21 | 64 | 33 | 51 | 51 | 66 |
| Binary | 10111010 | 10011011 | 1011001 | 0 | 10001 | 110100 | 11011 | 101001 | 101001 | 110110 |
Color Harmonies of #BA9B59
Complementary color
Monochromatic Colors of #BA9B59
Black with #BA9B59
Text Example
Text Example
White with #BA9B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9B59; }
p { color: rgb(186,155,89); }
H1.HeaderClassName
{
color: #BA9B59;
}
.AnyTagClassName
{
color: #BA9B59;
}
</style>
background-color css
<style>
a { background-color: #BA9B59; }
a { background-color: rgb(186,155,89); }
div.DivClassName
{
background-color: #BA9B59;
}
.BgClassName
{
background-color: #BA9B59;
}
</style>
border-color css
<style>
span { border-color: #BA9B59; }
span { border-color: rgb(186,155,89); }
td.TdClassName
{
border-color: #BA9B59;
}
.TagClassName
{
border-color: #BA9B59;
}
</style>