Shades of Barley Corn #BA9564
Tints of Barley Corn #BA9564
RGB
CMYK
RGB Variations
Color information
#BA9564 (or 0xBA9564) is known color: Barley Corn. HEX triplet: BA, 95 and 64. RGB value is (186,149,100). Sum of RGB (Red+Green+Blue) = 186+149+100=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 149 (58.59% from 255 or 34.25% from 435); Blue value is 100 (39.45% from 255 or 22.99% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9564 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9564 is #456A9B. Grayscale: #9A9A9A. Windows color (decimal): -4549276 or 6591930. OLE color: 6591930.
HSL color Cylindrical-coordinate representation of color #BA9564: hue angle of 34.19º 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 #BA9564 is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 149 | 100 | - |
| CMYK | 0 | 0.20 | 0.46 | 0.27 |
| HSL | 34.19º | 0.38% | 0.56% | - |
| HSV(B) | 34.19º | 0.46% | 0.73% | - |
| XYZ | 33.3 | 32.85 | 16.64 | - |
| YUV | 154.48 | 97.26 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 100 | 0 | 0.20 | 0.46 | 0.27 | 34.19 | 0.38 | 0.56 |
| Hex | BA | 95 | 64 | 0 | 14 | 2E | 1B | 22 | 26 | 38 |
| Octal | 272 | 225 | 144 | 0 | 24 | 56 | 33 | 42 | 46 | 70 |
| Binary | 10111010 | 10010101 | 1100100 | 0 | 10100 | 101110 | 11011 | 100010 | 100110 | 111000 |
Color Harmonies of #BA9564
Complementary color
Monochromatic Colors of #BA9564
Black with #BA9564
Text Example
Text Example
White with #BA9564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9564; }
p { color: rgb(186,149,100); }
H1.HeaderClassName
{
color: #BA9564;
}
.AnyTagClassName
{
color: #BA9564;
}
</style>
background-color css
<style>
a { background-color: #BA9564; }
a { background-color: rgb(186,149,100); }
div.DivClassName
{
background-color: #BA9564;
}
.BgClassName
{
background-color: #BA9564;
}
</style>
border-color css
<style>
span { border-color: #BA9564; }
span { border-color: rgb(186,149,100); }
td.TdClassName
{
border-color: #BA9564;
}
.TagClassName
{
border-color: #BA9564;
}
</style>