Shades of Barley Corn #BA9D62
Tints of Barley Corn #BA9D62
RGB
CMYK
RGB Variations
Color information
#BA9D62 (or 0xBA9D62) is known color: Barley Corn. HEX triplet: BA, 9D and 62. RGB value is (186,157,98). Sum of RGB (Red+Green+Blue) = 186+157+98=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 157 (61.72% from 255 or 35.60% from 441); Blue value is 98 (38.67% from 255 or 22.22% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9D62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9D62 is #45629D. Grayscale: #9F9F9F. Windows color (decimal): -4547230 or 6462906. OLE color: 6462906.
HSL color Cylindrical-coordinate representation of color #BA9D62: hue angle of 40.23º 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 #BA9D62 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 157 | 98 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.27 |
| HSL | 40.23º | 0.39% | 0.56% | - |
| HSV(B) | 40.23º | 0.47% | 0.73% | - |
| XYZ | 34.51 | 35.43 | 16.58 | - |
| YUV | 158.95 | 93.61 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 157 | 98 | 0 | 0.16 | 0.47 | 0.27 | 40.23 | 0.39 | 0.56 |
| Hex | BA | 9D | 62 | 0 | 10 | 2F | 1B | 28 | 27 | 38 |
| Octal | 272 | 235 | 142 | 0 | 20 | 57 | 33 | 50 | 47 | 70 |
| Binary | 10111010 | 10011101 | 1100010 | 0 | 10000 | 101111 | 11011 | 101000 | 100111 | 111000 |
Color Harmonies of #BA9D62
Complementary color
Monochromatic Colors of #BA9D62
Black with #BA9D62
Text Example
Text Example
White with #BA9D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9D62; }
p { color: rgb(186,157,98); }
H1.HeaderClassName
{
color: #BA9D62;
}
.AnyTagClassName
{
color: #BA9D62;
}
</style>
background-color css
<style>
a { background-color: #BA9D62; }
a { background-color: rgb(186,157,98); }
div.DivClassName
{
background-color: #BA9D62;
}
.BgClassName
{
background-color: #BA9D62;
}
</style>
border-color css
<style>
span { border-color: #BA9D62; }
span { border-color: rgb(186,157,98); }
td.TdClassName
{
border-color: #BA9D62;
}
.TagClassName
{
border-color: #BA9D62;
}
</style>