Shades of Barley Corn #BA9F5B
Tints of Barley Corn #BA9F5B
RGB
CMYK
RGB Variations
Color information
#BA9F5B (or 0xBA9F5B) is known color: Barley Corn. HEX triplet: BA, 9F and 5B. RGB value is (186,159,91). Sum of RGB (Red+Green+Blue) = 186+159+91=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 159 (62.5% from 255 or 36.47% from 436); Blue value is 91 (35.94% from 255 or 20.87% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9F5B is #4560A4. Grayscale: #9F9F9F. Windows color (decimal): -4546725 or 6004666. OLE color: 6004666.
HSL color Cylindrical-coordinate representation of color #BA9F5B: hue angle of 42.95º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA9F5B is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 159 | 91 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.27 |
| HSL | 42.95º | 0.41% | 0.54% | - |
| HSV(B) | 42.95º | 0.51% | 0.73% | - |
| XYZ | 34.54 | 35.99 | 15.02 | - |
| YUV | 159.32 | 89.45 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 91 | 0 | 0.15 | 0.51 | 0.27 | 42.95 | 0.41 | 0.54 |
| Hex | BA | 9F | 5B | 0 | F | 33 | 1B | 2B | 29 | 36 |
| Octal | 272 | 237 | 133 | 0 | 17 | 63 | 33 | 53 | 51 | 66 |
| Binary | 10111010 | 10011111 | 1011011 | 0 | 1111 | 110011 | 11011 | 101011 | 101001 | 110110 |
Color Harmonies of #BA9F5B
Complementary color
Monochromatic Colors of #BA9F5B
Black with #BA9F5B
Text Example
Text Example
White with #BA9F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9F5B; }
p { color: rgb(186,159,91); }
H1.HeaderClassName
{
color: #BA9F5B;
}
.AnyTagClassName
{
color: #BA9F5B;
}
</style>
background-color css
<style>
a { background-color: #BA9F5B; }
a { background-color: rgb(186,159,91); }
div.DivClassName
{
background-color: #BA9F5B;
}
.BgClassName
{
background-color: #BA9F5B;
}
</style>
border-color css
<style>
span { border-color: #BA9F5B; }
span { border-color: rgb(186,159,91); }
td.TdClassName
{
border-color: #BA9F5B;
}
.TagClassName
{
border-color: #BA9F5B;
}
</style>