Shades of Barley Corn #BA8E5C
Tints of Barley Corn #BA8E5C
RGB
CMYK
RGB Variations
Color information
#BA8E5C (or 0xBA8E5C) is known color: Barley Corn. HEX triplet: BA, 8E and 5C. RGB value is (186,142,92). Sum of RGB (Red+Green+Blue) = 186+142+92=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 142 (55.86% from 255 or 33.81% from 420); Blue value is 92 (36.33% from 255 or 21.90% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8E5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8E5C is #4571A3. Grayscale: #959595. Windows color (decimal): -4551076 or 6065850. OLE color: 6065850.
HSL color Cylindrical-coordinate representation of color #BA8E5C: hue angle of 31.91º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA8E5C is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 142 | 92 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.27 |
| HSL | 31.91º | 0.41% | 0.55% | - |
| HSV(B) | 31.91º | 0.51% | 0.73% | - |
| XYZ | 31.85 | 30.56 | 14.34 | - |
| YUV | 149.46 | 95.58 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 142 | 92 | 0 | 0.24 | 0.51 | 0.27 | 31.91 | 0.41 | 0.55 |
| Hex | BA | 8E | 5C | 0 | 18 | 33 | 1B | 20 | 29 | 37 |
| Octal | 272 | 216 | 134 | 0 | 30 | 63 | 33 | 40 | 51 | 67 |
| Binary | 10111010 | 10001110 | 1011100 | 0 | 11000 | 110011 | 11011 | 100000 | 101001 | 110111 |
Color Harmonies of #BA8E5C
Complementary color
Monochromatic Colors of #BA8E5C
Black with #BA8E5C
Text Example
Text Example
White with #BA8E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8E5C; }
p { color: rgb(186,142,92); }
H1.HeaderClassName
{
color: #BA8E5C;
}
.AnyTagClassName
{
color: #BA8E5C;
}
</style>
background-color css
<style>
a { background-color: #BA8E5C; }
a { background-color: rgb(186,142,92); }
div.DivClassName
{
background-color: #BA8E5C;
}
.BgClassName
{
background-color: #BA8E5C;
}
</style>
border-color css
<style>
span { border-color: #BA8E5C; }
span { border-color: rgb(186,142,92); }
td.TdClassName
{
border-color: #BA8E5C;
}
.TagClassName
{
border-color: #BA8E5C;
}
</style>