Shades of Barley Corn #BA995D
Tints of Barley Corn #BA995D
RGB
CMYK
RGB Variations
Color information
#BA995D (or 0xBA995D) is known color: Barley Corn. HEX triplet: BA, 99 and 5D. RGB value is (186,153,93). Sum of RGB (Red+Green+Blue) = 186+153+93=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 153 (60.16% from 255 or 35.42% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BA995D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA995D is #4566A2. Grayscale: #9C9C9C. Windows color (decimal): -4548259 or 6134202. OLE color: 6134202.
HSL color Cylindrical-coordinate representation of color #BA995D: hue angle of 38.71º 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 #BA995D is Cyan = 0, Magento = 0.18, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 153 | 93 | - |
| CMYK | 0 | 0.18 | 0.5 | 0.27 |
| HSL | 38.71º | 0.4% | 0.55% | - |
| HSV(B) | 38.71º | 0.5% | 0.73% | - |
| XYZ | 33.62 | 34.01 | 15.15 | - |
| YUV | 156.03 | 92.43 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 93 | 0 | 0.18 | 0.5 | 0.27 | 38.71 | 0.4 | 0.55 |
| Hex | BA | 99 | 5D | 0 | 12 | 32 | 1B | 27 | 28 | 37 |
| Octal | 272 | 231 | 135 | 0 | 22 | 62 | 33 | 47 | 50 | 67 |
| Binary | 10111010 | 10011001 | 1011101 | 0 | 10010 | 110010 | 11011 | 100111 | 101000 | 110111 |
Color Harmonies of #BA995D
Complementary color
Monochromatic Colors of #BA995D
Black with #BA995D
Text Example
Text Example
White with #BA995D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA995D; }
p { color: rgb(186,153,93); }
H1.HeaderClassName
{
color: #BA995D;
}
.AnyTagClassName
{
color: #BA995D;
}
</style>
background-color css
<style>
a { background-color: #BA995D; }
a { background-color: rgb(186,153,93); }
div.DivClassName
{
background-color: #BA995D;
}
.BgClassName
{
background-color: #BA995D;
}
</style>
border-color css
<style>
span { border-color: #BA995D; }
span { border-color: rgb(186,153,93); }
td.TdClassName
{
border-color: #BA995D;
}
.TagClassName
{
border-color: #BA995D;
}
</style>