Shades of Barley Corn #BA9454
Tints of Barley Corn #BA9454
RGB
CMYK
RGB Variations
Color information
#BA9454 (or 0xBA9454) is known color: Barley Corn. HEX triplet: BA, 94 and 54. RGB value is (186,148,84). Sum of RGB (Red+Green+Blue) = 186+148+84=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 148 (58.20% from 255 or 35.41% from 418); Blue value is 84 (33.20% from 255 or 20.10% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9454 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9454 is #456BAB. Grayscale: #989898. Windows color (decimal): -4549548 or 5543098. OLE color: 5543098.
HSL color Cylindrical-coordinate representation of color #BA9454: hue angle of 37.65º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA9454 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 148 | 84 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.27 |
| HSL | 37.65º | 0.43% | 0.53% | - |
| HSV(B) | 37.65º | 0.55% | 0.73% | - |
| XYZ | 32.44 | 32.26 | 12.9 | - |
| YUV | 152.07 | 89.59 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 148 | 84 | 0 | 0.20 | 0.55 | 0.27 | 37.65 | 0.43 | 0.53 |
| Hex | BA | 94 | 54 | 0 | 14 | 37 | 1B | 26 | 2A | 35 |
| Octal | 272 | 224 | 124 | 0 | 24 | 67 | 33 | 46 | 52 | 65 |
| Binary | 10111010 | 10010100 | 1010100 | 0 | 10100 | 110111 | 11011 | 100110 | 101010 | 110101 |
Color Harmonies of #BA9454
Complementary color
Monochromatic Colors of #BA9454
Black with #BA9454
Text Example
Text Example
White with #BA9454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9454; }
p { color: rgb(186,148,84); }
H1.HeaderClassName
{
color: #BA9454;
}
.AnyTagClassName
{
color: #BA9454;
}
</style>
background-color css
<style>
a { background-color: #BA9454; }
a { background-color: rgb(186,148,84); }
div.DivClassName
{
background-color: #BA9454;
}
.BgClassName
{
background-color: #BA9454;
}
</style>
border-color css
<style>
span { border-color: #BA9454; }
span { border-color: rgb(186,148,84); }
td.TdClassName
{
border-color: #BA9454;
}
.TagClassName
{
border-color: #BA9454;
}
</style>