Shades of Barley Corn #BA965D
Tints of Barley Corn #BA965D
RGB
CMYK
RGB Variations
Color information
#BA965D (or 0xBA965D) is known color: Barley Corn. HEX triplet: BA, 96 and 5D. RGB value is (186,150,93). Sum of RGB (Red+Green+Blue) = 186+150+93=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 150 (58.98% from 255 or 34.97% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA965D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA965D is #4569A2. Grayscale: #9A9A9A. Windows color (decimal): -4549027 or 6133434. OLE color: 6133434.
HSL color Cylindrical-coordinate representation of color #BA965D: hue angle of 36.77º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA965D is Cyan = 0, Magento = 0.19, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 150 | 93 | - |
| CMYK | 0 | 0.19 | 0.5 | 0.27 |
| HSL | 36.77º | 0.4% | 0.55% | - |
| HSV(B) | 36.77º | 0.5% | 0.73% | - |
| XYZ | 33.13 | 33.04 | 14.99 | - |
| YUV | 154.27 | 93.43 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 93 | 0 | 0.19 | 0.5 | 0.27 | 36.77 | 0.4 | 0.55 |
| Hex | BA | 96 | 5D | 0 | 13 | 32 | 1B | 25 | 28 | 37 |
| Octal | 272 | 226 | 135 | 0 | 23 | 62 | 33 | 45 | 50 | 67 |
| Binary | 10111010 | 10010110 | 1011101 | 0 | 10011 | 110010 | 11011 | 100101 | 101000 | 110111 |
Color Harmonies of #BA965D
Complementary color
Monochromatic Colors of #BA965D
Black with #BA965D
Text Example
Text Example
White with #BA965D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA965D; }
p { color: rgb(186,150,93); }
H1.HeaderClassName
{
color: #BA965D;
}
.AnyTagClassName
{
color: #BA965D;
}
</style>
background-color css
<style>
a { background-color: #BA965D; }
a { background-color: rgb(186,150,93); }
div.DivClassName
{
background-color: #BA965D;
}
.BgClassName
{
background-color: #BA965D;
}
</style>
border-color css
<style>
span { border-color: #BA965D; }
span { border-color: rgb(186,150,93); }
td.TdClassName
{
border-color: #BA965D;
}
.TagClassName
{
border-color: #BA965D;
}
</style>