Shades of Barley Corn #BA935D
Tints of Barley Corn #BA935D
RGB
CMYK
RGB Variations
Color information
#BA935D (or 0xBA935D) is known color: Barley Corn. HEX triplet: BA, 93 and 5D. RGB value is (186,147,93). Sum of RGB (Red+Green+Blue) = 186+147+93=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 93 (36.72% from 255 or 21.83% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA935D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA935D is #456CA2. Grayscale: #989898. Windows color (decimal): -4549795 or 6132666. OLE color: 6132666.
HSL color Cylindrical-coordinate representation of color #BA935D: hue angle of 34.84º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA935D is Cyan = 0, Magento = 0.21, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 147 | 93 | - |
| CMYK | 0 | 0.21 | 0.5 | 0.27 |
| HSL | 34.84º | 0.4% | 0.55% | - |
| HSV(B) | 34.84º | 0.5% | 0.73% | - |
| XYZ | 32.66 | 32.1 | 14.83 | - |
| YUV | 152.51 | 94.42 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 147 | 93 | 0 | 0.21 | 0.5 | 0.27 | 34.84 | 0.4 | 0.55 |
| Hex | BA | 93 | 5D | 0 | 15 | 32 | 1B | 23 | 28 | 37 |
| Octal | 272 | 223 | 135 | 0 | 25 | 62 | 33 | 43 | 50 | 67 |
| Binary | 10111010 | 10010011 | 1011101 | 0 | 10101 | 110010 | 11011 | 100011 | 101000 | 110111 |
Color Harmonies of #BA935D
Complementary color
Monochromatic Colors of #BA935D
Black with #BA935D
Text Example
Text Example
White with #BA935D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA935D; }
p { color: rgb(186,147,93); }
H1.HeaderClassName
{
color: #BA935D;
}
.AnyTagClassName
{
color: #BA935D;
}
</style>
background-color css
<style>
a { background-color: #BA935D; }
a { background-color: rgb(186,147,93); }
div.DivClassName
{
background-color: #BA935D;
}
.BgClassName
{
background-color: #BA935D;
}
</style>
border-color css
<style>
span { border-color: #BA935D; }
span { border-color: rgb(186,147,93); }
td.TdClassName
{
border-color: #BA935D;
}
.TagClassName
{
border-color: #BA935D;
}
</style>