Shades of Barley Corn #BA9956
Tints of Barley Corn #BA9956
RGB
CMYK
RGB Variations
Color information
#BA9956 (or 0xBA9956) is known color: Barley Corn. HEX triplet: BA, 99 and 56. RGB value is (186,153,86). Sum of RGB (Red+Green+Blue) = 186+153+86=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 86 (33.98% from 255 or 20.24% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9956 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9956 is #4566A9. Grayscale: #9B9B9B. Windows color (decimal): -4548266 or 5675450. OLE color: 5675450.
HSL color Cylindrical-coordinate representation of color #BA9956: hue angle of 40.2º 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 #BA9956 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 153 | 86 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.27 |
| HSL | 40.2º | 0.42% | 0.53% | - |
| HSV(B) | 40.2º | 0.54% | 0.73% | - |
| XYZ | 33.32 | 33.89 | 13.59 | - |
| YUV | 155.23 | 88.93 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 86 | 0 | 0.18 | 0.54 | 0.27 | 40.2 | 0.42 | 0.53 |
| Hex | BA | 99 | 56 | 0 | 12 | 36 | 1B | 28 | 2A | 35 |
| Octal | 272 | 231 | 126 | 0 | 22 | 66 | 33 | 50 | 52 | 65 |
| Binary | 10111010 | 10011001 | 1010110 | 0 | 10010 | 110110 | 11011 | 101000 | 101010 | 110101 |
Color Harmonies of #BA9956
Complementary color
Monochromatic Colors of #BA9956
Black with #BA9956
Text Example
Text Example
White with #BA9956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9956; }
p { color: rgb(186,153,86); }
H1.HeaderClassName
{
color: #BA9956;
}
.AnyTagClassName
{
color: #BA9956;
}
</style>
background-color css
<style>
a { background-color: #BA9956; }
a { background-color: rgb(186,153,86); }
div.DivClassName
{
background-color: #BA9956;
}
.BgClassName
{
background-color: #BA9956;
}
</style>
border-color css
<style>
span { border-color: #BA9956; }
span { border-color: rgb(186,153,86); }
td.TdClassName
{
border-color: #BA9956;
}
.TagClassName
{
border-color: #BA9956;
}
</style>