Shades of Barley Corn #BA915A
Tints of Barley Corn #BA915A
RGB
CMYK
RGB Variations
Color information
#BA915A (or 0xBA915A) is known color: Barley Corn. HEX triplet: BA, 91 and 5A. RGB value is (186,145,90). Sum of RGB (Red+Green+Blue) = 186+145+90=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 145 (57.03% from 255 or 34.44% from 421); Blue value is 90 (35.55% from 255 or 21.38% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA915A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA915A is #456EA5. Grayscale: #979797. Windows color (decimal): -4550310 or 5935546. OLE color: 5935546.
HSL color Cylindrical-coordinate representation of color #BA915A: hue angle of 34.38º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA915A is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 145 | 90 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.27 |
| HSL | 34.38º | 0.41% | 0.54% | - |
| HSV(B) | 34.38º | 0.52% | 0.73% | - |
| XYZ | 32.22 | 31.43 | 14.04 | - |
| YUV | 150.99 | 93.58 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 145 | 90 | 0 | 0.22 | 0.52 | 0.27 | 34.38 | 0.41 | 0.54 |
| Hex | BA | 91 | 5A | 0 | 16 | 34 | 1B | 22 | 29 | 36 |
| Octal | 272 | 221 | 132 | 0 | 26 | 64 | 33 | 42 | 51 | 66 |
| Binary | 10111010 | 10010001 | 1011010 | 0 | 10110 | 110100 | 11011 | 100010 | 101001 | 110110 |
Color Harmonies of #BA915A
Complementary color
Monochromatic Colors of #BA915A
Black with #BA915A
Text Example
Text Example
White with #BA915A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA915A; }
p { color: rgb(186,145,90); }
H1.HeaderClassName
{
color: #BA915A;
}
.AnyTagClassName
{
color: #BA915A;
}
</style>
background-color css
<style>
a { background-color: #BA915A; }
a { background-color: rgb(186,145,90); }
div.DivClassName
{
background-color: #BA915A;
}
.BgClassName
{
background-color: #BA915A;
}
</style>
border-color css
<style>
span { border-color: #BA915A; }
span { border-color: rgb(186,145,90); }
td.TdClassName
{
border-color: #BA915A;
}
.TagClassName
{
border-color: #BA915A;
}
</style>