Shades of Barley Corn #BA9E5B
Tints of Barley Corn #BA9E5B
RGB
CMYK
RGB Variations
Color information
#BA9E5B (or 0xBA9E5B) is known color: Barley Corn. HEX triplet: BA, 9E and 5B. RGB value is (186,158,91). Sum of RGB (Red+Green+Blue) = 186+158+91=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 91 (35.94% from 255 or 20.92% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9E5B is #4561A4. Grayscale: #9F9F9F. Windows color (decimal): -4546981 or 6004410. OLE color: 6004410.
HSL color Cylindrical-coordinate representation of color #BA9E5B: hue angle of 42.32º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA9E5B is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 158 | 91 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.27 |
| HSL | 42.32º | 0.41% | 0.54% | - |
| HSV(B) | 42.32º | 0.51% | 0.73% | - |
| XYZ | 34.36 | 35.65 | 14.97 | - |
| YUV | 158.73 | 89.78 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 158 | 91 | 0 | 0.15 | 0.51 | 0.27 | 42.32 | 0.41 | 0.54 |
| Hex | BA | 9E | 5B | 0 | F | 33 | 1B | 2A | 29 | 36 |
| Octal | 272 | 236 | 133 | 0 | 17 | 63 | 33 | 52 | 51 | 66 |
| Binary | 10111010 | 10011110 | 1011011 | 0 | 1111 | 110011 | 11011 | 101010 | 101001 | 110110 |
Color Harmonies of #BA9E5B
Complementary color
Monochromatic Colors of #BA9E5B
Black with #BA9E5B
Text Example
Text Example
White with #BA9E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9E5B; }
p { color: rgb(186,158,91); }
H1.HeaderClassName
{
color: #BA9E5B;
}
.AnyTagClassName
{
color: #BA9E5B;
}
</style>
background-color css
<style>
a { background-color: #BA9E5B; }
a { background-color: rgb(186,158,91); }
div.DivClassName
{
background-color: #BA9E5B;
}
.BgClassName
{
background-color: #BA9E5B;
}
</style>
border-color css
<style>
span { border-color: #BA9E5B; }
span { border-color: rgb(186,158,91); }
td.TdClassName
{
border-color: #BA9E5B;
}
.TagClassName
{
border-color: #BA9E5B;
}
</style>