Shades of Barley Corn #BA9864
Tints of Barley Corn #BA9864
RGB
CMYK
RGB Variations
Color information
#BA9864 (or 0xBA9864) is known color: Barley Corn. HEX triplet: BA, 98 and 64. RGB value is (186,152,100). Sum of RGB (Red+Green+Blue) = 186+152+100=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 152 (59.77% from 255 or 34.70% from 438); Blue value is 100 (39.45% from 255 or 22.83% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9864 is #45679B. Grayscale: #9C9C9C. Windows color (decimal): -4548508 or 6592698. OLE color: 6592698.
HSL color Cylindrical-coordinate representation of color #BA9864: hue angle of 36.28º 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 #BA9864 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 152 | 100 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.27 |
| HSL | 36.28º | 0.38% | 0.56% | - |
| HSV(B) | 36.28º | 0.46% | 0.73% | - |
| XYZ | 33.78 | 33.82 | 16.8 | - |
| YUV | 156.24 | 96.26 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 152 | 100 | 0 | 0.18 | 0.46 | 0.27 | 36.28 | 0.38 | 0.56 |
| Hex | BA | 98 | 64 | 0 | 12 | 2E | 1B | 24 | 26 | 38 |
| Octal | 272 | 230 | 144 | 0 | 22 | 56 | 33 | 44 | 46 | 70 |
| Binary | 10111010 | 10011000 | 1100100 | 0 | 10010 | 101110 | 11011 | 100100 | 100110 | 111000 |
Color Harmonies of #BA9864
Complementary color
Monochromatic Colors of #BA9864
Black with #BA9864
Text Example
Text Example
White with #BA9864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9864; }
p { color: rgb(186,152,100); }
H1.HeaderClassName
{
color: #BA9864;
}
.AnyTagClassName
{
color: #BA9864;
}
</style>
background-color css
<style>
a { background-color: #BA9864; }
a { background-color: rgb(186,152,100); }
div.DivClassName
{
background-color: #BA9864;
}
.BgClassName
{
background-color: #BA9864;
}
</style>
border-color css
<style>
span { border-color: #BA9864; }
span { border-color: rgb(186,152,100); }
td.TdClassName
{
border-color: #BA9864;
}
.TagClassName
{
border-color: #BA9864;
}
</style>