Shades of Barley Corn #BA8B64
Tints of Barley Corn #BA8B64
RGB
CMYK
RGB Variations
Color information
#BA8B64 (or 0xBA8B64) is known color: Barley Corn. HEX triplet: BA, 8B and 64. RGB value is (186,139,100). Sum of RGB (Red+Green+Blue) = 186+139+100=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 139 (54.69% from 255 or 32.71% from 425); Blue value is 100 (39.45% from 255 or 23.53% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8B64 is #45749B. Grayscale: #949494. Windows color (decimal): -4551836 or 6589370. OLE color: 6589370.
HSL color Cylindrical-coordinate representation of color #BA8B64: hue angle of 27.21º 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 #BA8B64 is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 139 | 100 | - |
| CMYK | 0 | 0.25 | 0.46 | 0.27 |
| HSL | 27.21º | 0.38% | 0.56% | - |
| HSV(B) | 27.21º | 0.46% | 0.73% | - |
| XYZ | 31.78 | 29.82 | 16.14 | - |
| YUV | 148.61 | 100.57 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 139 | 100 | 0 | 0.25 | 0.46 | 0.27 | 27.21 | 0.38 | 0.56 |
| Hex | BA | 8B | 64 | 0 | 19 | 2E | 1B | 1B | 26 | 38 |
| Octal | 272 | 213 | 144 | 0 | 31 | 56 | 33 | 33 | 46 | 70 |
| Binary | 10111010 | 10001011 | 1100100 | 0 | 11001 | 101110 | 11011 | 11011 | 100110 | 111000 |
Color Harmonies of #BA8B64
Complementary color
Monochromatic Colors of #BA8B64
Black with #BA8B64
Text Example
Text Example
White with #BA8B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8B64; }
p { color: rgb(186,139,100); }
H1.HeaderClassName
{
color: #BA8B64;
}
.AnyTagClassName
{
color: #BA8B64;
}
</style>
background-color css
<style>
a { background-color: #BA8B64; }
a { background-color: rgb(186,139,100); }
div.DivClassName
{
background-color: #BA8B64;
}
.BgClassName
{
background-color: #BA8B64;
}
</style>
border-color css
<style>
span { border-color: #BA8B64; }
span { border-color: rgb(186,139,100); }
td.TdClassName
{
border-color: #BA8B64;
}
.TagClassName
{
border-color: #BA8B64;
}
</style>