Shades of Barley Corn #BA945D
Tints of Barley Corn #BA945D
RGB
CMYK
RGB Variations
Color information
#BA945D (or 0xBA945D) is known color: Barley Corn. HEX triplet: BA, 94 and 5D. RGB value is (186,148,93). Sum of RGB (Red+Green+Blue) = 186+148+93=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 148 (58.20% from 255 or 34.66% from 427); Blue value is 93 (36.72% from 255 or 21.78% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA945D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA945D is #456BA2. Grayscale: #999999. Windows color (decimal): -4549539 or 6132922. OLE color: 6132922.
HSL color Cylindrical-coordinate representation of color #BA945D: hue angle of 35.48º 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 #BA945D is Cyan = 0, Magento = 0.20, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 148 | 93 | - |
| CMYK | 0 | 0.20 | 0.5 | 0.27 |
| HSL | 35.48º | 0.4% | 0.55% | - |
| HSV(B) | 35.48º | 0.5% | 0.73% | - |
| XYZ | 32.82 | 32.41 | 14.88 | - |
| YUV | 153.09 | 94.09 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 148 | 93 | 0 | 0.20 | 0.5 | 0.27 | 35.48 | 0.4 | 0.55 |
| Hex | BA | 94 | 5D | 0 | 14 | 32 | 1B | 23 | 28 | 37 |
| Octal | 272 | 224 | 135 | 0 | 24 | 62 | 33 | 43 | 50 | 67 |
| Binary | 10111010 | 10010100 | 1011101 | 0 | 10100 | 110010 | 11011 | 100011 | 101000 | 110111 |
Color Harmonies of #BA945D
Complementary color
Monochromatic Colors of #BA945D
Black with #BA945D
Text Example
Text Example
White with #BA945D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA945D; }
p { color: rgb(186,148,93); }
H1.HeaderClassName
{
color: #BA945D;
}
.AnyTagClassName
{
color: #BA945D;
}
</style>
background-color css
<style>
a { background-color: #BA945D; }
a { background-color: rgb(186,148,93); }
div.DivClassName
{
background-color: #BA945D;
}
.BgClassName
{
background-color: #BA945D;
}
</style>
border-color css
<style>
span { border-color: #BA945D; }
span { border-color: rgb(186,148,93); }
td.TdClassName
{
border-color: #BA945D;
}
.TagClassName
{
border-color: #BA945D;
}
</style>