Shades of Barley Corn #BA8F63
Tints of Barley Corn #BA8F63
RGB
CMYK
RGB Variations
Color information
#BA8F63 (or 0xBA8F63) is known color: Barley Corn. HEX triplet: BA, 8F and 63. RGB value is (186,143,99). Sum of RGB (Red+Green+Blue) = 186+143+99=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 99 (39.06% from 255 or 23.13% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8F63 is #45709C. Grayscale: #979797. Windows color (decimal): -4550813 or 6524858. OLE color: 6524858.
HSL color Cylindrical-coordinate representation of color #BA8F63: hue angle of 30.34º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA8F63 is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 143 | 99 | - |
| CMYK | 0 | 0.23 | 0.47 | 0.27 |
| HSL | 30.34º | 0.39% | 0.56% | - |
| HSV(B) | 30.34º | 0.47% | 0.73% | - |
| XYZ | 32.32 | 30.98 | 16.08 | - |
| YUV | 150.84 | 98.75 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 143 | 99 | 0 | 0.23 | 0.47 | 0.27 | 30.34 | 0.39 | 0.56 |
| Hex | BA | 8F | 63 | 0 | 17 | 2F | 1B | 1E | 27 | 38 |
| Octal | 272 | 217 | 143 | 0 | 27 | 57 | 33 | 36 | 47 | 70 |
| Binary | 10111010 | 10001111 | 1100011 | 0 | 10111 | 101111 | 11011 | 11110 | 100111 | 111000 |
Color Harmonies of #BA8F63
Complementary color
Monochromatic Colors of #BA8F63
Black with #BA8F63
Text Example
Text Example
White with #BA8F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8F63; }
p { color: rgb(186,143,99); }
H1.HeaderClassName
{
color: #BA8F63;
}
.AnyTagClassName
{
color: #BA8F63;
}
</style>
background-color css
<style>
a { background-color: #BA8F63; }
a { background-color: rgb(186,143,99); }
div.DivClassName
{
background-color: #BA8F63;
}
.BgClassName
{
background-color: #BA8F63;
}
</style>
border-color css
<style>
span { border-color: #BA8F63; }
span { border-color: rgb(186,143,99); }
td.TdClassName
{
border-color: #BA8F63;
}
.TagClassName
{
border-color: #BA8F63;
}
</style>