Shades of Barley Corn #BA965F
Tints of Barley Corn #BA965F
RGB
CMYK
RGB Variations
Color information
#BA965F (or 0xBA965F) is known color: Barley Corn. HEX triplet: BA, 96 and 5F. RGB value is (186,150,95). Sum of RGB (Red+Green+Blue) = 186+150+95=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 150 (58.98% from 255 or 34.80% from 431); Blue value is 95 (37.5% from 255 or 22.04% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA965F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA965F is #4569A0. Grayscale: #9A9A9A. Windows color (decimal): -4549025 or 6264506. OLE color: 6264506.
HSL color Cylindrical-coordinate representation of color #BA965F: hue angle of 36.26º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA965F is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 150 | 95 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.27 |
| HSL | 36.26º | 0.4% | 0.55% | - |
| HSV(B) | 36.26º | 0.49% | 0.73% | - |
| XYZ | 33.22 | 33.08 | 15.46 | - |
| YUV | 154.49 | 94.43 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 95 | 0 | 0.19 | 0.49 | 0.27 | 36.26 | 0.4 | 0.55 |
| Hex | BA | 96 | 5F | 0 | 13 | 31 | 1B | 24 | 28 | 37 |
| Octal | 272 | 226 | 137 | 0 | 23 | 61 | 33 | 44 | 50 | 67 |
| Binary | 10111010 | 10010110 | 1011111 | 0 | 10011 | 110001 | 11011 | 100100 | 101000 | 110111 |
Color Harmonies of #BA965F
Complementary color
Monochromatic Colors of #BA965F
Black with #BA965F
Text Example
Text Example
White with #BA965F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA965F; }
p { color: rgb(186,150,95); }
H1.HeaderClassName
{
color: #BA965F;
}
.AnyTagClassName
{
color: #BA965F;
}
</style>
background-color css
<style>
a { background-color: #BA965F; }
a { background-color: rgb(186,150,95); }
div.DivClassName
{
background-color: #BA965F;
}
.BgClassName
{
background-color: #BA965F;
}
</style>
border-color css
<style>
span { border-color: #BA965F; }
span { border-color: rgb(186,150,95); }
td.TdClassName
{
border-color: #BA965F;
}
.TagClassName
{
border-color: #BA965F;
}
</style>