Shades of Barley Corn #BA9453
Tints of Barley Corn #BA9453
RGB
CMYK
RGB Variations
Color information
#BA9453 (or 0xBA9453) is known color: Barley Corn. HEX triplet: BA, 94 and 53. RGB value is (186,148,83). Sum of RGB (Red+Green+Blue) = 186+148+83=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 83 (32.81% from 255 or 19.90% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9453 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9453 is #456BAC. Grayscale: #989898. Windows color (decimal): -4549549 or 5477562. OLE color: 5477562.
HSL color Cylindrical-coordinate representation of color #BA9453: hue angle of 37.86º 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 #BA9453 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 148 | 83 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.27 |
| HSL | 37.86º | 0.43% | 0.53% | - |
| HSV(B) | 37.86º | 0.55% | 0.73% | - |
| XYZ | 32.4 | 32.24 | 12.7 | - |
| YUV | 151.95 | 89.09 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 148 | 83 | 0 | 0.20 | 0.55 | 0.27 | 37.86 | 0.43 | 0.53 |
| Hex | BA | 94 | 53 | 0 | 14 | 37 | 1B | 26 | 2B | 35 |
| Octal | 272 | 224 | 123 | 0 | 24 | 67 | 33 | 46 | 53 | 65 |
| Binary | 10111010 | 10010100 | 1010011 | 0 | 10100 | 110111 | 11011 | 100110 | 101011 | 110101 |
Color Harmonies of #BA9453
Complementary color
Monochromatic Colors of #BA9453
Black with #BA9453
Text Example
Text Example
White with #BA9453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9453; }
p { color: rgb(186,148,83); }
H1.HeaderClassName
{
color: #BA9453;
}
.AnyTagClassName
{
color: #BA9453;
}
</style>
background-color css
<style>
a { background-color: #BA9453; }
a { background-color: rgb(186,148,83); }
div.DivClassName
{
background-color: #BA9453;
}
.BgClassName
{
background-color: #BA9453;
}
</style>
border-color css
<style>
span { border-color: #BA9453; }
span { border-color: rgb(186,148,83); }
td.TdClassName
{
border-color: #BA9453;
}
.TagClassName
{
border-color: #BA9453;
}
</style>