Shades of Barley Corn #BA9964
Tints of Barley Corn #BA9964
RGB
CMYK
RGB Variations
Color information
#BA9964 (or 0xBA9964) is known color: Barley Corn. HEX triplet: BA, 99 and 64. RGB value is (186,153,100). Sum of RGB (Red+Green+Blue) = 186+153+100=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 153 (60.16% from 255 or 34.85% from 439); Blue value is 100 (39.45% from 255 or 22.78% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9964 is #45669B. Grayscale: #9D9D9D. Windows color (decimal): -4548252 or 6592954. OLE color: 6592954.
HSL color Cylindrical-coordinate representation of color #BA9964: hue angle of 36.98º 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 #BA9964 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 153 | 100 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.27 |
| HSL | 36.98º | 0.38% | 0.56% | - |
| HSV(B) | 36.98º | 0.46% | 0.73% | - |
| XYZ | 33.94 | 34.14 | 16.86 | - |
| YUV | 156.83 | 95.93 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 100 | 0 | 0.18 | 0.46 | 0.27 | 36.98 | 0.38 | 0.56 |
| Hex | BA | 99 | 64 | 0 | 12 | 2E | 1B | 25 | 26 | 38 |
| Octal | 272 | 231 | 144 | 0 | 22 | 56 | 33 | 45 | 46 | 70 |
| Binary | 10111010 | 10011001 | 1100100 | 0 | 10010 | 101110 | 11011 | 100101 | 100110 | 111000 |
Color Harmonies of #BA9964
Complementary color
Monochromatic Colors of #BA9964
Black with #BA9964
Text Example
Text Example
White with #BA9964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9964; }
p { color: rgb(186,153,100); }
H1.HeaderClassName
{
color: #BA9964;
}
.AnyTagClassName
{
color: #BA9964;
}
</style>
background-color css
<style>
a { background-color: #BA9964; }
a { background-color: rgb(186,153,100); }
div.DivClassName
{
background-color: #BA9964;
}
.BgClassName
{
background-color: #BA9964;
}
</style>
border-color css
<style>
span { border-color: #BA9964; }
span { border-color: rgb(186,153,100); }
td.TdClassName
{
border-color: #BA9964;
}
.TagClassName
{
border-color: #BA9964;
}
</style>