Shades of Barley Corn #BA975D
Tints of Barley Corn #BA975D
RGB
CMYK
RGB Variations
Color information
#BA975D (or 0xBA975D) is known color: Barley Corn. HEX triplet: BA, 97 and 5D. RGB value is (186,151,93). Sum of RGB (Red+Green+Blue) = 186+151+93=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 151 (59.38% from 255 or 35.12% from 430); Blue value is 93 (36.72% from 255 or 21.63% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA975D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA975D is #4568A2. Grayscale: #9B9B9B. Windows color (decimal): -4548771 or 6133690. OLE color: 6133690.
HSL color Cylindrical-coordinate representation of color #BA975D: hue angle of 37.42º 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 #BA975D is Cyan = 0, Magento = 0.19, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 151 | 93 | - |
| CMYK | 0 | 0.19 | 0.5 | 0.27 |
| HSL | 37.42º | 0.4% | 0.55% | - |
| HSV(B) | 37.42º | 0.5% | 0.73% | - |
| XYZ | 33.29 | 33.36 | 15.04 | - |
| YUV | 154.85 | 93.1 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 151 | 93 | 0 | 0.19 | 0.5 | 0.27 | 37.42 | 0.4 | 0.55 |
| Hex | BA | 97 | 5D | 0 | 13 | 32 | 1B | 25 | 28 | 37 |
| Octal | 272 | 227 | 135 | 0 | 23 | 62 | 33 | 45 | 50 | 67 |
| Binary | 10111010 | 10010111 | 1011101 | 0 | 10011 | 110010 | 11011 | 100101 | 101000 | 110111 |
Color Harmonies of #BA975D
Complementary color
Monochromatic Colors of #BA975D
Black with #BA975D
Text Example
Text Example
White with #BA975D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA975D; }
p { color: rgb(186,151,93); }
H1.HeaderClassName
{
color: #BA975D;
}
.AnyTagClassName
{
color: #BA975D;
}
</style>
background-color css
<style>
a { background-color: #BA975D; }
a { background-color: rgb(186,151,93); }
div.DivClassName
{
background-color: #BA975D;
}
.BgClassName
{
background-color: #BA975D;
}
</style>
border-color css
<style>
span { border-color: #BA975D; }
span { border-color: rgb(186,151,93); }
td.TdClassName
{
border-color: #BA975D;
}
.TagClassName
{
border-color: #BA975D;
}
</style>