Shades of Barley Corn #BA935A
Tints of Barley Corn #BA935A
RGB
CMYK
RGB Variations
Color information
#BA935A (or 0xBA935A) is known color: Barley Corn. HEX triplet: BA, 93 and 5A. RGB value is (186,147,90). Sum of RGB (Red+Green+Blue) = 186+147+90=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 90 (35.55% from 255 or 21.28% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA935A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA935A is #456CA5. Grayscale: #989898. Windows color (decimal): -4549798 or 5936058. OLE color: 5936058.
HSL color Cylindrical-coordinate representation of color #BA935A: hue angle of 35.62º 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 #BA935A is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 147 | 90 | - |
| CMYK | 0 | 0.21 | 0.52 | 0.27 |
| HSL | 35.63º | 0.41% | 0.54% | - |
| HSV(B) | 35.63º | 0.52% | 0.73% | - |
| XYZ | 32.53 | 32.04 | 14.14 | - |
| YUV | 152.16 | 92.92 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 147 | 90 | 0 | 0.21 | 0.52 | 0.27 | 35.63 | 0.41 | 0.54 |
| Hex | BA | 93 | 5A | 0 | 15 | 34 | 1B | 24 | 29 | 36 |
| Octal | 272 | 223 | 132 | 0 | 25 | 64 | 33 | 44 | 51 | 66 |
| Binary | 10111010 | 10010011 | 1011010 | 0 | 10101 | 110100 | 11011 | 100100 | 101001 | 110110 |
Color Harmonies of #BA935A
Complementary color
Monochromatic Colors of #BA935A
Black with #BA935A
Text Example
Text Example
White with #BA935A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA935A; }
p { color: rgb(186,147,90); }
H1.HeaderClassName
{
color: #BA935A;
}
.AnyTagClassName
{
color: #BA935A;
}
</style>
background-color css
<style>
a { background-color: #BA935A; }
a { background-color: rgb(186,147,90); }
div.DivClassName
{
background-color: #BA935A;
}
.BgClassName
{
background-color: #BA935A;
}
</style>
border-color css
<style>
span { border-color: #BA935A; }
span { border-color: rgb(186,147,90); }
td.TdClassName
{
border-color: #BA935A;
}
.TagClassName
{
border-color: #BA935A;
}
</style>