Shades of Barley Corn #BA9B55
Tints of Barley Corn #BA9B55
RGB
CMYK
RGB Variations
Color information
#BA9B55 (or 0xBA9B55) is known color: Barley Corn. HEX triplet: BA, 9B and 55. RGB value is (186,155,85). Sum of RGB (Red+Green+Blue) = 186+155+85=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 155 (60.94% from 255 or 36.38% from 426); Blue value is 85 (33.59% from 255 or 19.95% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9B55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9B55 is #4564AA. Grayscale: #9C9C9C. Windows color (decimal): -4547755 or 5610426. OLE color: 5610426.
HSL color Cylindrical-coordinate representation of color #BA9B55: hue angle of 41.58º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA9B55 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 155 | 85 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.27 |
| HSL | 41.58º | 0.42% | 0.53% | - |
| HSV(B) | 41.58º | 0.54% | 0.73% | - |
| XYZ | 33.61 | 34.54 | 13.49 | - |
| YUV | 156.29 | 87.77 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 155 | 85 | 0 | 0.17 | 0.54 | 0.27 | 41.58 | 0.42 | 0.53 |
| Hex | BA | 9B | 55 | 0 | 11 | 36 | 1B | 2A | 2A | 35 |
| Octal | 272 | 233 | 125 | 0 | 21 | 66 | 33 | 52 | 52 | 65 |
| Binary | 10111010 | 10011011 | 1010101 | 0 | 10001 | 110110 | 11011 | 101010 | 101010 | 110101 |
Color Harmonies of #BA9B55
Complementary color
Monochromatic Colors of #BA9B55
Black with #BA9B55
Text Example
Text Example
White with #BA9B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9B55; }
p { color: rgb(186,155,85); }
H1.HeaderClassName
{
color: #BA9B55;
}
.AnyTagClassName
{
color: #BA9B55;
}
</style>
background-color css
<style>
a { background-color: #BA9B55; }
a { background-color: rgb(186,155,85); }
div.DivClassName
{
background-color: #BA9B55;
}
.BgClassName
{
background-color: #BA9B55;
}
</style>
border-color css
<style>
span { border-color: #BA9B55; }
span { border-color: rgb(186,155,85); }
td.TdClassName
{
border-color: #BA9B55;
}
.TagClassName
{
border-color: #BA9B55;
}
</style>