Shades of Barley Corn #BA905B
Tints of Barley Corn #BA905B
RGB
CMYK
RGB Variations
Color information
#BA905B (or 0xBA905B) is known color: Barley Corn. HEX triplet: BA, 90 and 5B. RGB value is (186,144,91). Sum of RGB (Red+Green+Blue) = 186+144+91=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 91 (35.94% from 255 or 21.62% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA905B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA905B is #456FA4. Grayscale: #969696. Windows color (decimal): -4550565 or 6000826. OLE color: 6000826.
HSL color Cylindrical-coordinate representation of color #BA905B: hue angle of 33.47º 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 #BA905B is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 144 | 91 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.27 |
| HSL | 33.47º | 0.41% | 0.54% | - |
| HSV(B) | 33.47º | 0.51% | 0.73% | - |
| XYZ | 32.11 | 31.14 | 14.22 | - |
| YUV | 150.52 | 94.41 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 144 | 91 | 0 | 0.23 | 0.51 | 0.27 | 33.47 | 0.41 | 0.54 |
| Hex | BA | 90 | 5B | 0 | 17 | 33 | 1B | 21 | 29 | 36 |
| Octal | 272 | 220 | 133 | 0 | 27 | 63 | 33 | 41 | 51 | 66 |
| Binary | 10111010 | 10010000 | 1011011 | 0 | 10111 | 110011 | 11011 | 100001 | 101001 | 110110 |
Color Harmonies of #BA905B
Complementary color
Monochromatic Colors of #BA905B
Black with #BA905B
Text Example
Text Example
White with #BA905B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA905B; }
p { color: rgb(186,144,91); }
H1.HeaderClassName
{
color: #BA905B;
}
.AnyTagClassName
{
color: #BA905B;
}
</style>
background-color css
<style>
a { background-color: #BA905B; }
a { background-color: rgb(186,144,91); }
div.DivClassName
{
background-color: #BA905B;
}
.BgClassName
{
background-color: #BA905B;
}
</style>
border-color css
<style>
span { border-color: #BA905B; }
span { border-color: rgb(186,144,91); }
td.TdClassName
{
border-color: #BA905B;
}
.TagClassName
{
border-color: #BA905B;
}
</style>