Shades of Barley Corn #BA925B
Tints of Barley Corn #BA925B
RGB
CMYK
RGB Variations
Color information
#BA925B (or 0xBA925B) is known color: Barley Corn. HEX triplet: BA, 92 and 5B. RGB value is (186,146,91). Sum of RGB (Red+Green+Blue) = 186+146+91=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 146 (57.42% from 255 or 34.52% from 423); Blue value is 91 (35.94% from 255 or 21.51% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA925B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA925B is #456DA4. Grayscale: #979797. Windows color (decimal): -4550053 or 6001338. OLE color: 6001338.
HSL color Cylindrical-coordinate representation of color #BA925B: hue angle of 34.74º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA925B is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 146 | 91 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.27 |
| HSL | 34.74º | 0.41% | 0.54% | - |
| HSV(B) | 34.74º | 0.51% | 0.73% | - |
| XYZ | 32.42 | 31.75 | 14.32 | - |
| YUV | 151.69 | 93.75 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 146 | 91 | 0 | 0.22 | 0.51 | 0.27 | 34.74 | 0.41 | 0.54 |
| Hex | BA | 92 | 5B | 0 | 16 | 33 | 1B | 23 | 29 | 36 |
| Octal | 272 | 222 | 133 | 0 | 26 | 63 | 33 | 43 | 51 | 66 |
| Binary | 10111010 | 10010010 | 1011011 | 0 | 10110 | 110011 | 11011 | 100011 | 101001 | 110110 |
Color Harmonies of #BA925B
Complementary color
Monochromatic Colors of #BA925B
Black with #BA925B
Text Example
Text Example
White with #BA925B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA925B; }
p { color: rgb(186,146,91); }
H1.HeaderClassName
{
color: #BA925B;
}
.AnyTagClassName
{
color: #BA925B;
}
</style>
background-color css
<style>
a { background-color: #BA925B; }
a { background-color: rgb(186,146,91); }
div.DivClassName
{
background-color: #BA925B;
}
.BgClassName
{
background-color: #BA925B;
}
</style>
border-color css
<style>
span { border-color: #BA925B; }
span { border-color: rgb(186,146,91); }
td.TdClassName
{
border-color: #BA925B;
}
.TagClassName
{
border-color: #BA925B;
}
</style>