Shades of Barley Corn #BA905E
Tints of Barley Corn #BA905E
RGB
CMYK
RGB Variations
Color information
#BA905E (or 0xBA905E) is known color: Barley Corn. HEX triplet: BA, 90 and 5E. RGB value is (186,144,94). Sum of RGB (Red+Green+Blue) = 186+144+94=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 144 (56.64% from 255 or 33.96% from 424); Blue value is 94 (37.11% from 255 or 22.17% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BA905E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA905E is #456FA1. Grayscale: #979797. Windows color (decimal): -4550562 or 6197434. OLE color: 6197434.
HSL color Cylindrical-coordinate representation of color #BA905E: hue angle of 32.61º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA905E is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 144 | 94 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.27 |
| HSL | 32.61º | 0.4% | 0.55% | - |
| HSV(B) | 32.61º | 0.49% | 0.73% | - |
| XYZ | 32.24 | 31.19 | 14.91 | - |
| YUV | 150.86 | 95.91 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 144 | 94 | 0 | 0.23 | 0.49 | 0.27 | 32.61 | 0.4 | 0.55 |
| Hex | BA | 90 | 5E | 0 | 17 | 31 | 1B | 21 | 28 | 37 |
| Octal | 272 | 220 | 136 | 0 | 27 | 61 | 33 | 41 | 50 | 67 |
| Binary | 10111010 | 10010000 | 1011110 | 0 | 10111 | 110001 | 11011 | 100001 | 101000 | 110111 |
Color Harmonies of #BA905E
Complementary color
Monochromatic Colors of #BA905E
Black with #BA905E
Text Example
Text Example
White with #BA905E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA905E; }
p { color: rgb(186,144,94); }
H1.HeaderClassName
{
color: #BA905E;
}
.AnyTagClassName
{
color: #BA905E;
}
</style>
background-color css
<style>
a { background-color: #BA905E; }
a { background-color: rgb(186,144,94); }
div.DivClassName
{
background-color: #BA905E;
}
.BgClassName
{
background-color: #BA905E;
}
</style>
border-color css
<style>
span { border-color: #BA905E; }
span { border-color: rgb(186,144,94); }
td.TdClassName
{
border-color: #BA905E;
}
.TagClassName
{
border-color: #BA905E;
}
</style>