Shades of Barley Corn #BA9F5D
Tints of Barley Corn #BA9F5D
RGB
CMYK
RGB Variations
Color information
#BA9F5D (or 0xBA9F5D) is known color: Barley Corn. HEX triplet: BA, 9F and 5D. RGB value is (186,159,93). Sum of RGB (Red+Green+Blue) = 186+159+93=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 159 (62.5% from 255 or 36.30% from 438); Blue value is 93 (36.72% from 255 or 21.23% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9F5D is #4560A2. Grayscale: #9F9F9F. Windows color (decimal): -4546723 or 6135738. OLE color: 6135738.
HSL color Cylindrical-coordinate representation of color #BA9F5D: hue angle of 42.58º 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 #BA9F5D is Cyan = 0, Magento = 0.15, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 159 | 93 | - |
| CMYK | 0 | 0.15 | 0.5 | 0.27 |
| HSL | 42.58º | 0.4% | 0.55% | - |
| HSV(B) | 42.58º | 0.5% | 0.73% | - |
| XYZ | 34.62 | 36.03 | 15.48 | - |
| YUV | 159.55 | 90.45 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 93 | 0 | 0.15 | 0.5 | 0.27 | 42.58 | 0.4 | 0.55 |
| Hex | BA | 9F | 5D | 0 | F | 32 | 1B | 2B | 28 | 37 |
| Octal | 272 | 237 | 135 | 0 | 17 | 62 | 33 | 53 | 50 | 67 |
| Binary | 10111010 | 10011111 | 1011101 | 0 | 1111 | 110010 | 11011 | 101011 | 101000 | 110111 |
Color Harmonies of #BA9F5D
Complementary color
Monochromatic Colors of #BA9F5D
Black with #BA9F5D
Text Example
Text Example
White with #BA9F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9F5D; }
p { color: rgb(186,159,93); }
H1.HeaderClassName
{
color: #BA9F5D;
}
.AnyTagClassName
{
color: #BA9F5D;
}
</style>
background-color css
<style>
a { background-color: #BA9F5D; }
a { background-color: rgb(186,159,93); }
div.DivClassName
{
background-color: #BA9F5D;
}
.BgClassName
{
background-color: #BA9F5D;
}
</style>
border-color css
<style>
span { border-color: #BA9F5D; }
span { border-color: rgb(186,159,93); }
td.TdClassName
{
border-color: #BA9F5D;
}
.TagClassName
{
border-color: #BA9F5D;
}
</style>