Shades of Barley Corn #BA9C5D
Tints of Barley Corn #BA9C5D
RGB
CMYK
RGB Variations
Color information
#BA9C5D (or 0xBA9C5D) is known color: Barley Corn. HEX triplet: BA, 9C and 5D. RGB value is (186,156,93). Sum of RGB (Red+Green+Blue) = 186+156+93=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 156 (61.33% from 255 or 35.86% from 435); Blue value is 93 (36.72% from 255 or 21.38% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9C5D is #4563A2. Grayscale: #9E9E9E. Windows color (decimal): -4547491 or 6134970. OLE color: 6134970.
HSL color Cylindrical-coordinate representation of color #BA9C5D: hue angle of 40.65º 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 #BA9C5D is Cyan = 0, Magento = 0.16, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 156 | 93 | - |
| CMYK | 0 | 0.16 | 0.5 | 0.27 |
| HSL | 40.65º | 0.4% | 0.55% | - |
| HSV(B) | 40.65º | 0.5% | 0.73% | - |
| XYZ | 34.11 | 35.01 | 15.31 | - |
| YUV | 157.79 | 91.44 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 93 | 0 | 0.16 | 0.5 | 0.27 | 40.65 | 0.4 | 0.55 |
| Hex | BA | 9C | 5D | 0 | 10 | 32 | 1B | 29 | 28 | 37 |
| Octal | 272 | 234 | 135 | 0 | 20 | 62 | 33 | 51 | 50 | 67 |
| Binary | 10111010 | 10011100 | 1011101 | 0 | 10000 | 110010 | 11011 | 101001 | 101000 | 110111 |
Color Harmonies of #BA9C5D
Complementary color
Monochromatic Colors of #BA9C5D
Black with #BA9C5D
Text Example
Text Example
White with #BA9C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9C5D; }
p { color: rgb(186,156,93); }
H1.HeaderClassName
{
color: #BA9C5D;
}
.AnyTagClassName
{
color: #BA9C5D;
}
</style>
background-color css
<style>
a { background-color: #BA9C5D; }
a { background-color: rgb(186,156,93); }
div.DivClassName
{
background-color: #BA9C5D;
}
.BgClassName
{
background-color: #BA9C5D;
}
</style>
border-color css
<style>
span { border-color: #BA9C5D; }
span { border-color: rgb(186,156,93); }
td.TdClassName
{
border-color: #BA9C5D;
}
.TagClassName
{
border-color: #BA9C5D;
}
</style>