Shades of Barley Corn #BA8D5E
Tints of Barley Corn #BA8D5E
RGB
CMYK
RGB Variations
Color information
#BA8D5E (or 0xBA8D5E) is known color: Barley Corn. HEX triplet: BA, 8D and 5E. RGB value is (186,141,94). Sum of RGB (Red+Green+Blue) = 186+141+94=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 94 (37.11% from 255 or 22.33% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8D5E is #4572A1. Grayscale: #959595. Windows color (decimal): -4551330 or 6196666. OLE color: 6196666.
HSL color Cylindrical-coordinate representation of color #BA8D5E: hue angle of 30.65º 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 #BA8D5E is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 141 | 94 | - |
| CMYK | 0 | 0.24 | 0.49 | 0.27 |
| HSL | 30.65º | 0.4% | 0.55% | - |
| HSV(B) | 30.65º | 0.49% | 0.73% | - |
| XYZ | 31.79 | 30.3 | 14.76 | - |
| YUV | 149.1 | 96.91 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 141 | 94 | 0 | 0.24 | 0.49 | 0.27 | 30.65 | 0.4 | 0.55 |
| Hex | BA | 8D | 5E | 0 | 18 | 31 | 1B | 1F | 28 | 37 |
| Octal | 272 | 215 | 136 | 0 | 30 | 61 | 33 | 37 | 50 | 67 |
| Binary | 10111010 | 10001101 | 1011110 | 0 | 11000 | 110001 | 11011 | 11111 | 101000 | 110111 |
Color Harmonies of #BA8D5E
Complementary color
Monochromatic Colors of #BA8D5E
Black with #BA8D5E
Text Example
Text Example
White with #BA8D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8D5E; }
p { color: rgb(186,141,94); }
H1.HeaderClassName
{
color: #BA8D5E;
}
.AnyTagClassName
{
color: #BA8D5E;
}
</style>
background-color css
<style>
a { background-color: #BA8D5E; }
a { background-color: rgb(186,141,94); }
div.DivClassName
{
background-color: #BA8D5E;
}
.BgClassName
{
background-color: #BA8D5E;
}
</style>
border-color css
<style>
span { border-color: #BA8D5E; }
span { border-color: rgb(186,141,94); }
td.TdClassName
{
border-color: #BA8D5E;
}
.TagClassName
{
border-color: #BA8D5E;
}
</style>