Shades of Barley Corn #BA9A64
Tints of Barley Corn #BA9A64
RGB
CMYK
RGB Variations
Color information
#BA9A64 (or 0xBA9A64) is known color: Barley Corn. HEX triplet: BA, 9A and 64. RGB value is (186,154,100). Sum of RGB (Red+Green+Blue) = 186+154+100=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 154 (60.55% from 255 or 35% from 440); Blue value is 100 (39.45% from 255 or 22.73% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9A64 is #45659B. Grayscale: #9D9D9D. Windows color (decimal): -4547996 or 6593210. OLE color: 6593210.
HSL color Cylindrical-coordinate representation of color #BA9A64: hue angle of 37.67º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA9A64 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 154 | 100 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.27 |
| HSL | 37.67º | 0.38% | 0.56% | - |
| HSV(B) | 37.67º | 0.46% | 0.73% | - |
| XYZ | 34.11 | 34.47 | 16.91 | - |
| YUV | 157.41 | 95.6 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 154 | 100 | 0 | 0.17 | 0.46 | 0.27 | 37.67 | 0.38 | 0.56 |
| Hex | BA | 9A | 64 | 0 | 11 | 2E | 1B | 26 | 26 | 38 |
| Octal | 272 | 232 | 144 | 0 | 21 | 56 | 33 | 46 | 46 | 70 |
| Binary | 10111010 | 10011010 | 1100100 | 0 | 10001 | 101110 | 11011 | 100110 | 100110 | 111000 |
Color Harmonies of #BA9A64
Complementary color
Monochromatic Colors of #BA9A64
Black with #BA9A64
Text Example
Text Example
White with #BA9A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9A64; }
p { color: rgb(186,154,100); }
H1.HeaderClassName
{
color: #BA9A64;
}
.AnyTagClassName
{
color: #BA9A64;
}
</style>
background-color css
<style>
a { background-color: #BA9A64; }
a { background-color: rgb(186,154,100); }
div.DivClassName
{
background-color: #BA9A64;
}
.BgClassName
{
background-color: #BA9A64;
}
</style>
border-color css
<style>
span { border-color: #BA9A64; }
span { border-color: rgb(186,154,100); }
td.TdClassName
{
border-color: #BA9A64;
}
.TagClassName
{
border-color: #BA9A64;
}
</style>