Shades of Barley Corn #BA9C62
Tints of Barley Corn #BA9C62
RGB
CMYK
RGB Variations
Color information
#BA9C62 (or 0xBA9C62) is known color: Barley Corn. HEX triplet: BA, 9C and 62. RGB value is (186,156,98). Sum of RGB (Red+Green+Blue) = 186+156+98=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 156 (61.33% from 255 or 35.45% from 440); Blue value is 98 (38.67% from 255 or 22.27% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9C62 is #45639D. Grayscale: #9E9E9E. Windows color (decimal): -4547486 or 6462650. OLE color: 6462650.
HSL color Cylindrical-coordinate representation of color #BA9C62: hue angle of 39.55º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA9C62 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 156 | 98 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.27 |
| HSL | 39.55º | 0.39% | 0.56% | - |
| HSV(B) | 39.55º | 0.47% | 0.73% | - |
| XYZ | 34.34 | 35.1 | 16.52 | - |
| YUV | 158.36 | 93.94 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 98 | 0 | 0.16 | 0.47 | 0.27 | 39.55 | 0.39 | 0.56 |
| Hex | BA | 9C | 62 | 0 | 10 | 2F | 1B | 28 | 27 | 38 |
| Octal | 272 | 234 | 142 | 0 | 20 | 57 | 33 | 50 | 47 | 70 |
| Binary | 10111010 | 10011100 | 1100010 | 0 | 10000 | 101111 | 11011 | 101000 | 100111 | 111000 |
Color Harmonies of #BA9C62
Complementary color
Monochromatic Colors of #BA9C62
Black with #BA9C62
Text Example
Text Example
White with #BA9C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9C62; }
p { color: rgb(186,156,98); }
H1.HeaderClassName
{
color: #BA9C62;
}
.AnyTagClassName
{
color: #BA9C62;
}
</style>
background-color css
<style>
a { background-color: #BA9C62; }
a { background-color: rgb(186,156,98); }
div.DivClassName
{
background-color: #BA9C62;
}
.BgClassName
{
background-color: #BA9C62;
}
</style>
border-color css
<style>
span { border-color: #BA9C62; }
span { border-color: rgb(186,156,98); }
td.TdClassName
{
border-color: #BA9C62;
}
.TagClassName
{
border-color: #BA9C62;
}
</style>