Shades of Barley Corn #BA955D
Tints of Barley Corn #BA955D
RGB
CMYK
RGB Variations
Color information
#BA955D (or 0xBA955D) is known color: Barley Corn. HEX triplet: BA, 95 and 5D. RGB value is (186,149,93). Sum of RGB (Red+Green+Blue) = 186+149+93=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 149 (58.59% from 255 or 34.81% from 428); Blue value is 93 (36.72% from 255 or 21.73% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BA955D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA955D is #456AA2. Grayscale: #999999. Windows color (decimal): -4549283 or 6133178. OLE color: 6133178.
HSL color Cylindrical-coordinate representation of color #BA955D: hue angle of 36.13º 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 #BA955D is Cyan = 0, Magento = 0.20, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 149 | 93 | - |
| CMYK | 0 | 0.20 | 0.5 | 0.27 |
| HSL | 36.13º | 0.4% | 0.55% | - |
| HSV(B) | 36.13º | 0.5% | 0.73% | - |
| XYZ | 32.97 | 32.72 | 14.93 | - |
| YUV | 153.68 | 93.76 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 93 | 0 | 0.20 | 0.5 | 0.27 | 36.13 | 0.4 | 0.55 |
| Hex | BA | 95 | 5D | 0 | 14 | 32 | 1B | 24 | 28 | 37 |
| Octal | 272 | 225 | 135 | 0 | 24 | 62 | 33 | 44 | 50 | 67 |
| Binary | 10111010 | 10010101 | 1011101 | 0 | 10100 | 110010 | 11011 | 100100 | 101000 | 110111 |
Color Harmonies of #BA955D
Complementary color
Monochromatic Colors of #BA955D
Black with #BA955D
Text Example
Text Example
White with #BA955D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA955D; }
p { color: rgb(186,149,93); }
H1.HeaderClassName
{
color: #BA955D;
}
.AnyTagClassName
{
color: #BA955D;
}
</style>
background-color css
<style>
a { background-color: #BA955D; }
a { background-color: rgb(186,149,93); }
div.DivClassName
{
background-color: #BA955D;
}
.BgClassName
{
background-color: #BA955D;
}
</style>
border-color css
<style>
span { border-color: #BA955D; }
span { border-color: rgb(186,149,93); }
td.TdClassName
{
border-color: #BA955D;
}
.TagClassName
{
border-color: #BA955D;
}
</style>