Shades of Barley Corn #BA9658
Tints of Barley Corn #BA9658
RGB
CMYK
RGB Variations
Color information
#BA9658 (or 0xBA9658) is known color: Barley Corn. HEX triplet: BA, 96 and 58. RGB value is (186,150,88). Sum of RGB (Red+Green+Blue) = 186+150+88=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 150 (58.98% from 255 or 35.38% from 424); Blue value is 88 (34.77% from 255 or 20.75% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9658 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9658 is #4569A7. Grayscale: #999999. Windows color (decimal): -4549032 or 5805754. OLE color: 5805754.
HSL color Cylindrical-coordinate representation of color #BA9658: hue angle of 37.96º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA9658 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 150 | 88 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.27 |
| HSL | 37.96º | 0.42% | 0.54% | - |
| HSV(B) | 37.96º | 0.53% | 0.73% | - |
| XYZ | 32.92 | 32.96 | 13.86 | - |
| YUV | 153.7 | 90.93 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 88 | 0 | 0.19 | 0.53 | 0.27 | 37.96 | 0.42 | 0.54 |
| Hex | BA | 96 | 58 | 0 | 13 | 35 | 1B | 26 | 2A | 36 |
| Octal | 272 | 226 | 130 | 0 | 23 | 65 | 33 | 46 | 52 | 66 |
| Binary | 10111010 | 10010110 | 1011000 | 0 | 10011 | 110101 | 11011 | 100110 | 101010 | 110110 |
Color Harmonies of #BA9658
Complementary color
Monochromatic Colors of #BA9658
Black with #BA9658
Text Example
Text Example
White with #BA9658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9658; }
p { color: rgb(186,150,88); }
H1.HeaderClassName
{
color: #BA9658;
}
.AnyTagClassName
{
color: #BA9658;
}
</style>
background-color css
<style>
a { background-color: #BA9658; }
a { background-color: rgb(186,150,88); }
div.DivClassName
{
background-color: #BA9658;
}
.BgClassName
{
background-color: #BA9658;
}
</style>
border-color css
<style>
span { border-color: #BA9658; }
span { border-color: rgb(186,150,88); }
td.TdClassName
{
border-color: #BA9658;
}
.TagClassName
{
border-color: #BA9658;
}
</style>