Shades of Barley Corn #BA9C64
Tints of Barley Corn #BA9C64
RGB
CMYK
RGB Variations
Color information
#BA9C64 (or 0xBA9C64) is known color: Barley Corn. HEX triplet: BA, 9C and 64. RGB value is (186,156,100). Sum of RGB (Red+Green+Blue) = 186+156+100=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 156 (61.33% from 255 or 35.29% from 442); Blue value is 100 (39.45% from 255 or 22.62% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9C64 is #45639B. Grayscale: #9E9E9E. Windows color (decimal): -4547484 or 6593722. OLE color: 6593722.
HSL color Cylindrical-coordinate representation of color #BA9C64: hue angle of 39.07º 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 #BA9C64 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 156 | 100 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.27 |
| HSL | 39.07º | 0.38% | 0.56% | - |
| HSV(B) | 39.07º | 0.46% | 0.73% | - |
| XYZ | 34.44 | 35.14 | 17.02 | - |
| YUV | 158.59 | 94.94 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 100 | 0 | 0.16 | 0.46 | 0.27 | 39.07 | 0.38 | 0.56 |
| Hex | BA | 9C | 64 | 0 | 10 | 2E | 1B | 27 | 26 | 38 |
| Octal | 272 | 234 | 144 | 0 | 20 | 56 | 33 | 47 | 46 | 70 |
| Binary | 10111010 | 10011100 | 1100100 | 0 | 10000 | 101110 | 11011 | 100111 | 100110 | 111000 |
Color Harmonies of #BA9C64
Complementary color
Monochromatic Colors of #BA9C64
Black with #BA9C64
Text Example
Text Example
White with #BA9C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9C64; }
p { color: rgb(186,156,100); }
H1.HeaderClassName
{
color: #BA9C64;
}
.AnyTagClassName
{
color: #BA9C64;
}
</style>
background-color css
<style>
a { background-color: #BA9C64; }
a { background-color: rgb(186,156,100); }
div.DivClassName
{
background-color: #BA9C64;
}
.BgClassName
{
background-color: #BA9C64;
}
</style>
border-color css
<style>
span { border-color: #BA9C64; }
span { border-color: rgb(186,156,100); }
td.TdClassName
{
border-color: #BA9C64;
}
.TagClassName
{
border-color: #BA9C64;
}
</style>