Shades of Barley Corn #BA9662
Tints of Barley Corn #BA9662
RGB
CMYK
RGB Variations
Color information
#BA9662 (or 0xBA9662) is known color: Barley Corn. HEX triplet: BA, 96 and 62. RGB value is (186,150,98). Sum of RGB (Red+Green+Blue) = 186+150+98=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 150 (58.98% from 255 or 34.56% from 434); Blue value is 98 (38.67% from 255 or 22.58% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9662 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9662 is #45699D. Grayscale: #9B9B9B. Windows color (decimal): -4549022 or 6461114. OLE color: 6461114.
HSL color Cylindrical-coordinate representation of color #BA9662: hue angle of 35.45º 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 #BA9662 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 150 | 98 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.27 |
| HSL | 35.45º | 0.39% | 0.56% | - |
| HSV(B) | 35.45º | 0.47% | 0.73% | - |
| XYZ | 33.36 | 33.13 | 16.19 | - |
| YUV | 154.84 | 95.93 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 98 | 0 | 0.19 | 0.47 | 0.27 | 35.45 | 0.39 | 0.56 |
| Hex | BA | 96 | 62 | 0 | 13 | 2F | 1B | 23 | 27 | 38 |
| Octal | 272 | 226 | 142 | 0 | 23 | 57 | 33 | 43 | 47 | 70 |
| Binary | 10111010 | 10010110 | 1100010 | 0 | 10011 | 101111 | 11011 | 100011 | 100111 | 111000 |
Color Harmonies of #BA9662
Complementary color
Monochromatic Colors of #BA9662
Black with #BA9662
Text Example
Text Example
White with #BA9662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9662; }
p { color: rgb(186,150,98); }
H1.HeaderClassName
{
color: #BA9662;
}
.AnyTagClassName
{
color: #BA9662;
}
</style>
background-color css
<style>
a { background-color: #BA9662; }
a { background-color: rgb(186,150,98); }
div.DivClassName
{
background-color: #BA9662;
}
.BgClassName
{
background-color: #BA9662;
}
</style>
border-color css
<style>
span { border-color: #BA9662; }
span { border-color: rgb(186,150,98); }
td.TdClassName
{
border-color: #BA9662;
}
.TagClassName
{
border-color: #BA9662;
}
</style>