Shades of Barley Corn #BA9C5E
Tints of Barley Corn #BA9C5E
RGB
CMYK
RGB Variations
Color information
#BA9C5E (or 0xBA9C5E) is known color: Barley Corn. HEX triplet: BA, 9C and 5E. RGB value is (186,156,94). Sum of RGB (Red+Green+Blue) = 186+156+94=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 156 (61.33% from 255 or 35.78% from 436); Blue value is 94 (37.11% from 255 or 21.56% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9C5E is #4563A1. Grayscale: #9E9E9E. Windows color (decimal): -4547490 or 6200506. OLE color: 6200506.
HSL color Cylindrical-coordinate representation of color #BA9C5E: hue angle of 40.43º 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 #BA9C5E is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 156 | 94 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.27 |
| HSL | 40.43º | 0.4% | 0.55% | - |
| HSV(B) | 40.43º | 0.49% | 0.73% | - |
| XYZ | 34.16 | 35.02 | 15.55 | - |
| YUV | 157.9 | 91.94 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 94 | 0 | 0.16 | 0.49 | 0.27 | 40.43 | 0.4 | 0.55 |
| Hex | BA | 9C | 5E | 0 | 10 | 31 | 1B | 28 | 28 | 37 |
| Octal | 272 | 234 | 136 | 0 | 20 | 61 | 33 | 50 | 50 | 67 |
| Binary | 10111010 | 10011100 | 1011110 | 0 | 10000 | 110001 | 11011 | 101000 | 101000 | 110111 |
Color Harmonies of #BA9C5E
Complementary color
Monochromatic Colors of #BA9C5E
Black with #BA9C5E
Text Example
Text Example
White with #BA9C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9C5E; }
p { color: rgb(186,156,94); }
H1.HeaderClassName
{
color: #BA9C5E;
}
.AnyTagClassName
{
color: #BA9C5E;
}
</style>
background-color css
<style>
a { background-color: #BA9C5E; }
a { background-color: rgb(186,156,94); }
div.DivClassName
{
background-color: #BA9C5E;
}
.BgClassName
{
background-color: #BA9C5E;
}
</style>
border-color css
<style>
span { border-color: #BA9C5E; }
span { border-color: rgb(186,156,94); }
td.TdClassName
{
border-color: #BA9C5E;
}
.TagClassName
{
border-color: #BA9C5E;
}
</style>