Shades of Barley Corn #BA9C60
Tints of Barley Corn #BA9C60
RGB
CMYK
RGB Variations
Color information
#BA9C60 (or 0xBA9C60) is known color: Barley Corn. HEX triplet: BA, 9C and 60. RGB value is (186,156,96). Sum of RGB (Red+Green+Blue) = 186+156+96=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 156 (61.33% from 255 or 35.62% from 438); Blue value is 96 (37.89% from 255 or 21.92% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9C60 is #45639F. Grayscale: #9E9E9E. Windows color (decimal): -4547488 or 6331578. OLE color: 6331578.
HSL color Cylindrical-coordinate representation of color #BA9C60: hue angle of 40º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA9C60 is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 156 | 96 | - |
| CMYK | 0 | 0.16 | 0.48 | 0.27 |
| HSL | 40º | 0.39% | 0.55% | - |
| HSV(B) | 40º | 0.48% | 0.73% | - |
| XYZ | 34.25 | 35.06 | 16.03 | - |
| YUV | 158.13 | 92.94 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 96 | 0 | 0.16 | 0.48 | 0.27 | 40 | 0.39 | 0.55 |
| Hex | BA | 9C | 60 | 0 | 10 | 30 | 1B | 28 | 27 | 37 |
| Octal | 272 | 234 | 140 | 0 | 20 | 60 | 33 | 50 | 47 | 67 |
| Binary | 10111010 | 10011100 | 1100000 | 0 | 10000 | 110000 | 11011 | 101000 | 100111 | 110111 |
Color Harmonies of #BA9C60
Complementary color
Monochromatic Colors of #BA9C60
Black with #BA9C60
Text Example
Text Example
White with #BA9C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9C60; }
p { color: rgb(186,156,96); }
H1.HeaderClassName
{
color: #BA9C60;
}
.AnyTagClassName
{
color: #BA9C60;
}
</style>
background-color css
<style>
a { background-color: #BA9C60; }
a { background-color: rgb(186,156,96); }
div.DivClassName
{
background-color: #BA9C60;
}
.BgClassName
{
background-color: #BA9C60;
}
</style>
border-color css
<style>
span { border-color: #BA9C60; }
span { border-color: rgb(186,156,96); }
td.TdClassName
{
border-color: #BA9C60;
}
.TagClassName
{
border-color: #BA9C60;
}
</style>