Shades of Barley Corn #BA9853
Tints of Barley Corn #BA9853
RGB
CMYK
RGB Variations
Color information
#BA9853 (or 0xBA9853) is known color: Barley Corn. HEX triplet: BA, 98 and 53. RGB value is (186,152,83). Sum of RGB (Red+Green+Blue) = 186+152+83=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 83 (32.81% from 255 or 19.71% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9853 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9853 is #4567AC. Grayscale: #9A9A9A. Windows color (decimal): -4548525 or 5478586. OLE color: 5478586.
HSL color Cylindrical-coordinate representation of color #BA9853: hue angle of 40.19º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA9853 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 152 | 83 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.27 |
| HSL | 40.19º | 0.43% | 0.53% | - |
| HSV(B) | 40.19º | 0.55% | 0.73% | - |
| XYZ | 33.04 | 33.52 | 12.91 | - |
| YUV | 154.3 | 87.76 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 152 | 83 | 0 | 0.18 | 0.55 | 0.27 | 40.19 | 0.43 | 0.53 |
| Hex | BA | 98 | 53 | 0 | 12 | 37 | 1B | 28 | 2B | 35 |
| Octal | 272 | 230 | 123 | 0 | 22 | 67 | 33 | 50 | 53 | 65 |
| Binary | 10111010 | 10011000 | 1010011 | 0 | 10010 | 110111 | 11011 | 101000 | 101011 | 110101 |
Color Harmonies of #BA9853
Complementary color
Monochromatic Colors of #BA9853
Black with #BA9853
Text Example
Text Example
White with #BA9853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9853; }
p { color: rgb(186,152,83); }
H1.HeaderClassName
{
color: #BA9853;
}
.AnyTagClassName
{
color: #BA9853;
}
</style>
background-color css
<style>
a { background-color: #BA9853; }
a { background-color: rgb(186,152,83); }
div.DivClassName
{
background-color: #BA9853;
}
.BgClassName
{
background-color: #BA9853;
}
</style>
border-color css
<style>
span { border-color: #BA9853; }
span { border-color: rgb(186,152,83); }
td.TdClassName
{
border-color: #BA9853;
}
.TagClassName
{
border-color: #BA9853;
}
</style>