Shades of Barley Corn #BA9256
Tints of Barley Corn #BA9256
RGB
CMYK
RGB Variations
Color information
#BA9256 (or 0xBA9256) is known color: Barley Corn. HEX triplet: BA, 92 and 56. RGB value is (186,146,86). Sum of RGB (Red+Green+Blue) = 186+146+86=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 86 (33.98% from 255 or 20.57% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9256 is #456DA9. Grayscale: #979797. Windows color (decimal): -4550058 or 5673658. OLE color: 5673658.
HSL color Cylindrical-coordinate representation of color #BA9256: hue angle of 36º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA9256 is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 146 | 86 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.27 |
| HSL | 36º | 0.42% | 0.53% | - |
| HSV(B) | 36º | 0.54% | 0.73% | - |
| XYZ | 32.21 | 31.67 | 13.22 | - |
| YUV | 151.12 | 91.25 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 146 | 86 | 0 | 0.22 | 0.54 | 0.27 | 36 | 0.42 | 0.53 |
| Hex | BA | 92 | 56 | 0 | 16 | 36 | 1B | 24 | 2A | 35 |
| Octal | 272 | 222 | 126 | 0 | 26 | 66 | 33 | 44 | 52 | 65 |
| Binary | 10111010 | 10010010 | 1010110 | 0 | 10110 | 110110 | 11011 | 100100 | 101010 | 110101 |
Color Harmonies of #BA9256
Complementary color
Monochromatic Colors of #BA9256
Black with #BA9256
Text Example
Text Example
White with #BA9256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9256; }
p { color: rgb(186,146,86); }
H1.HeaderClassName
{
color: #BA9256;
}
.AnyTagClassName
{
color: #BA9256;
}
</style>
background-color css
<style>
a { background-color: #BA9256; }
a { background-color: rgb(186,146,86); }
div.DivClassName
{
background-color: #BA9256;
}
.BgClassName
{
background-color: #BA9256;
}
</style>
border-color css
<style>
span { border-color: #BA9256; }
span { border-color: rgb(186,146,86); }
td.TdClassName
{
border-color: #BA9256;
}
.TagClassName
{
border-color: #BA9256;
}
</style>