Shades of Barley Corn #BA9E5E
Tints of Barley Corn #BA9E5E
RGB
CMYK
RGB Variations
Color information
#BA9E5E (or 0xBA9E5E) is known color: Barley Corn. HEX triplet: BA, 9E and 5E. RGB value is (186,158,94). Sum of RGB (Red+Green+Blue) = 186+158+94=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 158 (62.11% from 255 or 36.07% from 438); Blue value is 94 (37.11% from 255 or 21.46% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9E5E is #4561A1. Grayscale: #9F9F9F. Windows color (decimal): -4546978 or 6201018. OLE color: 6201018.
HSL color Cylindrical-coordinate representation of color #BA9E5E: hue angle of 41.74º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA9E5E is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 158 | 94 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.27 |
| HSL | 41.74º | 0.4% | 0.55% | - |
| HSV(B) | 41.74º | 0.49% | 0.73% | - |
| XYZ | 34.5 | 35.7 | 15.66 | - |
| YUV | 159.08 | 91.28 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 158 | 94 | 0 | 0.15 | 0.49 | 0.27 | 41.74 | 0.4 | 0.55 |
| Hex | BA | 9E | 5E | 0 | F | 31 | 1B | 2A | 28 | 37 |
| Octal | 272 | 236 | 136 | 0 | 17 | 61 | 33 | 52 | 50 | 67 |
| Binary | 10111010 | 10011110 | 1011110 | 0 | 1111 | 110001 | 11011 | 101010 | 101000 | 110111 |
Color Harmonies of #BA9E5E
Complementary color
Monochromatic Colors of #BA9E5E
Black with #BA9E5E
Text Example
Text Example
White with #BA9E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9E5E; }
p { color: rgb(186,158,94); }
H1.HeaderClassName
{
color: #BA9E5E;
}
.AnyTagClassName
{
color: #BA9E5E;
}
</style>
background-color css
<style>
a { background-color: #BA9E5E; }
a { background-color: rgb(186,158,94); }
div.DivClassName
{
background-color: #BA9E5E;
}
.BgClassName
{
background-color: #BA9E5E;
}
</style>
border-color css
<style>
span { border-color: #BA9E5E; }
span { border-color: rgb(186,158,94); }
td.TdClassName
{
border-color: #BA9E5E;
}
.TagClassName
{
border-color: #BA9E5E;
}
</style>