Shades of Barley Corn #BA9355
Tints of Barley Corn #BA9355
RGB
CMYK
RGB Variations
Color information
#BA9355 (or 0xBA9355) is known color: Barley Corn. HEX triplet: BA, 93 and 55. RGB value is (186,147,85). Sum of RGB (Red+Green+Blue) = 186+147+85=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 85 (33.59% from 255 or 20.33% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9355 is #456CAA. Grayscale: #979797. Windows color (decimal): -4549803 or 5608378. OLE color: 5608378.
HSL color Cylindrical-coordinate representation of color #BA9355: hue angle of 36.83º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA9355 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 147 | 85 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.27 |
| HSL | 36.83º | 0.42% | 0.53% | - |
| HSV(B) | 36.83º | 0.54% | 0.73% | - |
| XYZ | 32.32 | 31.96 | 13.06 | - |
| YUV | 151.59 | 90.42 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 147 | 85 | 0 | 0.21 | 0.54 | 0.27 | 36.83 | 0.42 | 0.53 |
| Hex | BA | 93 | 55 | 0 | 15 | 36 | 1B | 25 | 2A | 35 |
| Octal | 272 | 223 | 125 | 0 | 25 | 66 | 33 | 45 | 52 | 65 |
| Binary | 10111010 | 10010011 | 1010101 | 0 | 10101 | 110110 | 11011 | 100101 | 101010 | 110101 |
Color Harmonies of #BA9355
Complementary color
Monochromatic Colors of #BA9355
Black with #BA9355
Text Example
Text Example
White with #BA9355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9355; }
p { color: rgb(186,147,85); }
H1.HeaderClassName
{
color: #BA9355;
}
.AnyTagClassName
{
color: #BA9355;
}
</style>
background-color css
<style>
a { background-color: #BA9355; }
a { background-color: rgb(186,147,85); }
div.DivClassName
{
background-color: #BA9355;
}
.BgClassName
{
background-color: #BA9355;
}
</style>
border-color css
<style>
span { border-color: #BA9355; }
span { border-color: rgb(186,147,85); }
td.TdClassName
{
border-color: #BA9355;
}
.TagClassName
{
border-color: #BA9355;
}
</style>