Shades of Barley Corn #BA965B
Tints of Barley Corn #BA965B
RGB
CMYK
RGB Variations
Color information
#BA965B (or 0xBA965B) is known color: Barley Corn. HEX triplet: BA, 96 and 5B. RGB value is (186,150,91). Sum of RGB (Red+Green+Blue) = 186+150+91=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 91 (35.94% from 255 or 21.31% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA965B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA965B is #4569A4. Grayscale: #9A9A9A. Windows color (decimal): -4549029 or 6002362. OLE color: 6002362.
HSL color Cylindrical-coordinate representation of color #BA965B: hue angle of 37.26º 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 #BA965B is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 150 | 91 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.27 |
| HSL | 37.26º | 0.41% | 0.54% | - |
| HSV(B) | 37.26º | 0.51% | 0.73% | - |
| XYZ | 33.04 | 33.01 | 14.53 | - |
| YUV | 154.04 | 92.43 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 91 | 0 | 0.19 | 0.51 | 0.27 | 37.26 | 0.41 | 0.54 |
| Hex | BA | 96 | 5B | 0 | 13 | 33 | 1B | 25 | 29 | 36 |
| Octal | 272 | 226 | 133 | 0 | 23 | 63 | 33 | 45 | 51 | 66 |
| Binary | 10111010 | 10010110 | 1011011 | 0 | 10011 | 110011 | 11011 | 100101 | 101001 | 110110 |
Color Harmonies of #BA965B
Complementary color
Monochromatic Colors of #BA965B
Black with #BA965B
Text Example
Text Example
White with #BA965B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA965B; }
p { color: rgb(186,150,91); }
H1.HeaderClassName
{
color: #BA965B;
}
.AnyTagClassName
{
color: #BA965B;
}
</style>
background-color css
<style>
a { background-color: #BA965B; }
a { background-color: rgb(186,150,91); }
div.DivClassName
{
background-color: #BA965B;
}
.BgClassName
{
background-color: #BA965B;
}
</style>
border-color css
<style>
span { border-color: #BA965B; }
span { border-color: rgb(186,150,91); }
td.TdClassName
{
border-color: #BA965B;
}
.TagClassName
{
border-color: #BA965B;
}
</style>