Shades of Barley Corn #BA985B
Tints of Barley Corn #BA985B
RGB
CMYK
RGB Variations
Color information
#BA985B (or 0xBA985B) is known color: Barley Corn. HEX triplet: BA, 98 and 5B. RGB value is (186,152,91). Sum of RGB (Red+Green+Blue) = 186+152+91=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 152 (59.77% from 255 or 35.43% from 429); Blue value is 91 (35.94% from 255 or 21.21% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA985B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA985B is #4567A4. Grayscale: #9B9B9B. Windows color (decimal): -4548517 or 6002874. OLE color: 6002874.
HSL color Cylindrical-coordinate representation of color #BA985B: hue angle of 38.53º 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 #BA985B is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 152 | 91 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.27 |
| HSL | 38.53º | 0.41% | 0.54% | - |
| HSV(B) | 38.53º | 0.51% | 0.73% | - |
| XYZ | 33.37 | 33.65 | 14.63 | - |
| YUV | 155.21 | 91.76 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 152 | 91 | 0 | 0.18 | 0.51 | 0.27 | 38.53 | 0.41 | 0.54 |
| Hex | BA | 98 | 5B | 0 | 12 | 33 | 1B | 27 | 29 | 36 |
| Octal | 272 | 230 | 133 | 0 | 22 | 63 | 33 | 47 | 51 | 66 |
| Binary | 10111010 | 10011000 | 1011011 | 0 | 10010 | 110011 | 11011 | 100111 | 101001 | 110110 |
Color Harmonies of #BA985B
Complementary color
Monochromatic Colors of #BA985B
Black with #BA985B
Text Example
Text Example
White with #BA985B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA985B; }
p { color: rgb(186,152,91); }
H1.HeaderClassName
{
color: #BA985B;
}
.AnyTagClassName
{
color: #BA985B;
}
</style>
background-color css
<style>
a { background-color: #BA985B; }
a { background-color: rgb(186,152,91); }
div.DivClassName
{
background-color: #BA985B;
}
.BgClassName
{
background-color: #BA985B;
}
</style>
border-color css
<style>
span { border-color: #BA985B; }
span { border-color: rgb(186,152,91); }
td.TdClassName
{
border-color: #BA985B;
}
.TagClassName
{
border-color: #BA985B;
}
</style>