Shades of Barley Corn #BA9557
Tints of Barley Corn #BA9557
RGB
CMYK
RGB Variations
Color information
#BA9557 (or 0xBA9557) is known color: Barley Corn. HEX triplet: BA, 95 and 57. RGB value is (186,149,87). Sum of RGB (Red+Green+Blue) = 186+149+87=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 87 (34.38% from 255 or 20.62% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9557 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9557 is #456AA8. Grayscale: #999999. Windows color (decimal): -4549289 or 5739962. OLE color: 5739962.
HSL color Cylindrical-coordinate representation of color #BA9557: hue angle of 37.58º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA9557 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 149 | 87 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.27 |
| HSL | 37.58º | 0.42% | 0.54% | - |
| HSV(B) | 37.58º | 0.53% | 0.73% | - |
| XYZ | 32.72 | 32.62 | 13.59 | - |
| YUV | 153 | 90.76 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 87 | 0 | 0.20 | 0.53 | 0.27 | 37.58 | 0.42 | 0.54 |
| Hex | BA | 95 | 57 | 0 | 14 | 35 | 1B | 26 | 2A | 36 |
| Octal | 272 | 225 | 127 | 0 | 24 | 65 | 33 | 46 | 52 | 66 |
| Binary | 10111010 | 10010101 | 1010111 | 0 | 10100 | 110101 | 11011 | 100110 | 101010 | 110110 |
Color Harmonies of #BA9557
Complementary color
Monochromatic Colors of #BA9557
Black with #BA9557
Text Example
Text Example
White with #BA9557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9557; }
p { color: rgb(186,149,87); }
H1.HeaderClassName
{
color: #BA9557;
}
.AnyTagClassName
{
color: #BA9557;
}
</style>
background-color css
<style>
a { background-color: #BA9557; }
a { background-color: rgb(186,149,87); }
div.DivClassName
{
background-color: #BA9557;
}
.BgClassName
{
background-color: #BA9557;
}
</style>
border-color css
<style>
span { border-color: #BA9557; }
span { border-color: rgb(186,149,87); }
td.TdClassName
{
border-color: #BA9557;
}
.TagClassName
{
border-color: #BA9557;
}
</style>