Shades of Barley Corn #BA9D5D
Tints of Barley Corn #BA9D5D
RGB
CMYK
RGB Variations
Color information
#BA9D5D (or 0xBA9D5D) is known color: Barley Corn. HEX triplet: BA, 9D and 5D. RGB value is (186,157,93). Sum of RGB (Red+Green+Blue) = 186+157+93=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 157 (61.72% from 255 or 36.01% from 436); Blue value is 93 (36.72% from 255 or 21.33% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9D5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9D5D is #4562A2. Grayscale: #9E9E9E. Windows color (decimal): -4547235 or 6135226. OLE color: 6135226.
HSL color Cylindrical-coordinate representation of color #BA9D5D: hue angle of 41.29º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA9D5D is Cyan = 0, Magento = 0.16, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 157 | 93 | - |
| CMYK | 0 | 0.16 | 0.5 | 0.27 |
| HSL | 41.29º | 0.4% | 0.55% | - |
| HSV(B) | 41.29º | 0.5% | 0.73% | - |
| XYZ | 34.28 | 35.34 | 15.37 | - |
| YUV | 158.38 | 91.11 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 157 | 93 | 0 | 0.16 | 0.5 | 0.27 | 41.29 | 0.4 | 0.55 |
| Hex | BA | 9D | 5D | 0 | 10 | 32 | 1B | 29 | 28 | 37 |
| Octal | 272 | 235 | 135 | 0 | 20 | 62 | 33 | 51 | 50 | 67 |
| Binary | 10111010 | 10011101 | 1011101 | 0 | 10000 | 110010 | 11011 | 101001 | 101000 | 110111 |
Color Harmonies of #BA9D5D
Complementary color
Monochromatic Colors of #BA9D5D
Black with #BA9D5D
Text Example
Text Example
White with #BA9D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9D5D; }
p { color: rgb(186,157,93); }
H1.HeaderClassName
{
color: #BA9D5D;
}
.AnyTagClassName
{
color: #BA9D5D;
}
</style>
background-color css
<style>
a { background-color: #BA9D5D; }
a { background-color: rgb(186,157,93); }
div.DivClassName
{
background-color: #BA9D5D;
}
.BgClassName
{
background-color: #BA9D5D;
}
</style>
border-color css
<style>
span { border-color: #BA9D5D; }
span { border-color: rgb(186,157,93); }
td.TdClassName
{
border-color: #BA9D5D;
}
.TagClassName
{
border-color: #BA9D5D;
}
</style>