Shades of Barley Corn #BA955B
Tints of Barley Corn #BA955B
RGB
CMYK
RGB Variations
Color information
#BA955B (or 0xBA955B) is known color: Barley Corn. HEX triplet: BA, 95 and 5B. RGB value is (186,149,91). Sum of RGB (Red+Green+Blue) = 186+149+91=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 91 (35.94% from 255 or 21.36% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA955B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA955B is #456AA4. Grayscale: #999999. Windows color (decimal): -4549285 or 6002106. OLE color: 6002106.
HSL color Cylindrical-coordinate representation of color #BA955B: hue angle of 36.63º 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 #BA955B is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 149 | 91 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.27 |
| HSL | 36.63º | 0.41% | 0.54% | - |
| HSV(B) | 36.63º | 0.51% | 0.73% | - |
| XYZ | 32.89 | 32.69 | 14.47 | - |
| YUV | 153.45 | 92.76 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 91 | 0 | 0.20 | 0.51 | 0.27 | 36.63 | 0.41 | 0.54 |
| Hex | BA | 95 | 5B | 0 | 14 | 33 | 1B | 25 | 29 | 36 |
| Octal | 272 | 225 | 133 | 0 | 24 | 63 | 33 | 45 | 51 | 66 |
| Binary | 10111010 | 10010101 | 1011011 | 0 | 10100 | 110011 | 11011 | 100101 | 101001 | 110110 |
Color Harmonies of #BA955B
Complementary color
Monochromatic Colors of #BA955B
Black with #BA955B
Text Example
Text Example
White with #BA955B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA955B; }
p { color: rgb(186,149,91); }
H1.HeaderClassName
{
color: #BA955B;
}
.AnyTagClassName
{
color: #BA955B;
}
</style>
background-color css
<style>
a { background-color: #BA955B; }
a { background-color: rgb(186,149,91); }
div.DivClassName
{
background-color: #BA955B;
}
.BgClassName
{
background-color: #BA955B;
}
</style>
border-color css
<style>
span { border-color: #BA955B; }
span { border-color: rgb(186,149,91); }
td.TdClassName
{
border-color: #BA955B;
}
.TagClassName
{
border-color: #BA955B;
}
</style>