Shades of Barley Corn #BA9D64
Tints of Barley Corn #BA9D64
RGB
CMYK
RGB Variations
Color information
#BA9D64 (or 0xBA9D64) is known color: Barley Corn. HEX triplet: BA, 9D and 64. RGB value is (186,157,100). Sum of RGB (Red+Green+Blue) = 186+157+100=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 157 (61.72% from 255 or 35.44% from 443); Blue value is 100 (39.45% from 255 or 22.57% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9D64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9D64 is #45629B. Grayscale: #9F9F9F. Windows color (decimal): -4547228 or 6593978. OLE color: 6593978.
HSL color Cylindrical-coordinate representation of color #BA9D64: hue angle of 39.77º 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 #BA9D64 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 157 | 100 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.27 |
| HSL | 39.77º | 0.38% | 0.56% | - |
| HSV(B) | 39.77º | 0.46% | 0.73% | - |
| XYZ | 34.61 | 35.47 | 17.08 | - |
| YUV | 159.17 | 94.61 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 157 | 100 | 0 | 0.16 | 0.46 | 0.27 | 39.77 | 0.38 | 0.56 |
| Hex | BA | 9D | 64 | 0 | 10 | 2E | 1B | 28 | 26 | 38 |
| Octal | 272 | 235 | 144 | 0 | 20 | 56 | 33 | 50 | 46 | 70 |
| Binary | 10111010 | 10011101 | 1100100 | 0 | 10000 | 101110 | 11011 | 101000 | 100110 | 111000 |
Color Harmonies of #BA9D64
Complementary color
Monochromatic Colors of #BA9D64
Black with #BA9D64
Text Example
Text Example
White with #BA9D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9D64; }
p { color: rgb(186,157,100); }
H1.HeaderClassName
{
color: #BA9D64;
}
.AnyTagClassName
{
color: #BA9D64;
}
</style>
background-color css
<style>
a { background-color: #BA9D64; }
a { background-color: rgb(186,157,100); }
div.DivClassName
{
background-color: #BA9D64;
}
.BgClassName
{
background-color: #BA9D64;
}
</style>
border-color css
<style>
span { border-color: #BA9D64; }
span { border-color: rgb(186,157,100); }
td.TdClassName
{
border-color: #BA9D64;
}
.TagClassName
{
border-color: #BA9D64;
}
</style>