Shades of Barley Corn #BA8B60
Tints of Barley Corn #BA8B60
RGB
CMYK
RGB Variations
Color information
#BA8B60 (or 0xBA8B60) is known color: Barley Corn. HEX triplet: BA, 8B and 60. RGB value is (186,139,96). Sum of RGB (Red+Green+Blue) = 186+139+96=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 139 (54.69% from 255 or 33.02% from 421); Blue value is 96 (37.89% from 255 or 22.80% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8B60 is #45749F. Grayscale: #949494. Windows color (decimal): -4551840 or 6327226. OLE color: 6327226.
HSL color Cylindrical-coordinate representation of color #BA8B60: hue angle of 28.67º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA8B60 is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 139 | 96 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.27 |
| HSL | 28.67º | 0.39% | 0.55% | - |
| HSV(B) | 28.67º | 0.48% | 0.73% | - |
| XYZ | 31.59 | 29.75 | 15.14 | - |
| YUV | 148.15 | 98.57 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 139 | 96 | 0 | 0.25 | 0.48 | 0.27 | 28.67 | 0.39 | 0.55 |
| Hex | BA | 8B | 60 | 0 | 19 | 30 | 1B | 1D | 27 | 37 |
| Octal | 272 | 213 | 140 | 0 | 31 | 60 | 33 | 35 | 47 | 67 |
| Binary | 10111010 | 10001011 | 1100000 | 0 | 11001 | 110000 | 11011 | 11101 | 100111 | 110111 |
Color Harmonies of #BA8B60
Complementary color
Monochromatic Colors of #BA8B60
Black with #BA8B60
Text Example
Text Example
White with #BA8B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8B60; }
p { color: rgb(186,139,96); }
H1.HeaderClassName
{
color: #BA8B60;
}
.AnyTagClassName
{
color: #BA8B60;
}
</style>
background-color css
<style>
a { background-color: #BA8B60; }
a { background-color: rgb(186,139,96); }
div.DivClassName
{
background-color: #BA8B60;
}
.BgClassName
{
background-color: #BA8B60;
}
</style>
border-color css
<style>
span { border-color: #BA8B60; }
span { border-color: rgb(186,139,96); }
td.TdClassName
{
border-color: #BA8B60;
}
.TagClassName
{
border-color: #BA8B60;
}
</style>