Shades of Barley Corn #BA935C
Tints of Barley Corn #BA935C
RGB
CMYK
RGB Variations
Color information
#BA935C (or 0xBA935C) is known color: Barley Corn. HEX triplet: BA, 93 and 5C. RGB value is (186,147,92). Sum of RGB (Red+Green+Blue) = 186+147+92=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 147 (57.81% from 255 or 34.59% from 425); Blue value is 92 (36.33% from 255 or 21.65% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA935C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA935C is #456CA3. Grayscale: #989898. Windows color (decimal): -4549796 or 6067130. OLE color: 6067130.
HSL color Cylindrical-coordinate representation of color #BA935C: hue angle of 35.11º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA935C is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 147 | 92 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.27 |
| HSL | 35.11º | 0.41% | 0.55% | - |
| HSV(B) | 35.11º | 0.51% | 0.73% | - |
| XYZ | 32.62 | 32.08 | 14.6 | - |
| YUV | 152.39 | 93.92 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 147 | 92 | 0 | 0.21 | 0.51 | 0.27 | 35.11 | 0.41 | 0.55 |
| Hex | BA | 93 | 5C | 0 | 15 | 33 | 1B | 23 | 29 | 37 |
| Octal | 272 | 223 | 134 | 0 | 25 | 63 | 33 | 43 | 51 | 67 |
| Binary | 10111010 | 10010011 | 1011100 | 0 | 10101 | 110011 | 11011 | 100011 | 101001 | 110111 |
Color Harmonies of #BA935C
Complementary color
Monochromatic Colors of #BA935C
Black with #BA935C
Text Example
Text Example
White with #BA935C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA935C; }
p { color: rgb(186,147,92); }
H1.HeaderClassName
{
color: #BA935C;
}
.AnyTagClassName
{
color: #BA935C;
}
</style>
background-color css
<style>
a { background-color: #BA935C; }
a { background-color: rgb(186,147,92); }
div.DivClassName
{
background-color: #BA935C;
}
.BgClassName
{
background-color: #BA935C;
}
</style>
border-color css
<style>
span { border-color: #BA935C; }
span { border-color: rgb(186,147,92); }
td.TdClassName
{
border-color: #BA935C;
}
.TagClassName
{
border-color: #BA935C;
}
</style>