Shades of Medium Wood #BA805E
Tints of Medium Wood #BA805E
RGB
CMYK
RGB Variations
Color information
#BA805E (or 0xBA805E) is known color: Medium Wood. HEX triplet: BA, 80 and 5E. RGB value is (186,128,94). Sum of RGB (Red+Green+Blue) = 186+128+94=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 128 (50.39% from 255 or 31.37% from 408); Blue value is 94 (37.11% from 255 or 23.04% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA805E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA805E is #457FA1. Grayscale: #8D8D8D. Windows color (decimal): -4554658 or 6193338. OLE color: 6193338.
HSL color Cylindrical-coordinate representation of color #BA805E: hue angle of 22.17º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA805E is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 128 | 94 | - |
| CMYK | 0 | 0.31 | 0.49 | 0.27 |
| HSL | 22.17º | 0.4% | 0.55% | - |
| HSV(B) | 22.17º | 0.49% | 0.73% | - |
| XYZ | 29.99 | 26.69 | 14.16 | - |
| YUV | 141.47 | 101.22 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 94 | 0 | 0.31 | 0.49 | 0.27 | 22.17 | 0.4 | 0.55 |
| Hex | BA | 80 | 5E | 0 | 1F | 31 | 1B | 16 | 28 | 37 |
| Octal | 272 | 200 | 136 | 0 | 37 | 61 | 33 | 26 | 50 | 67 |
| Binary | 10111010 | 10000000 | 1011110 | 0 | 11111 | 110001 | 11011 | 10110 | 101000 | 110111 |
Color Harmonies of #BA805E
Complementary color
Monochromatic Colors of #BA805E
Black with #BA805E
Text Example
Text Example
White with #BA805E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA805E; }
p { color: rgb(186,128,94); }
H1.HeaderClassName
{
color: #BA805E;
}
.AnyTagClassName
{
color: #BA805E;
}
</style>
background-color css
<style>
a { background-color: #BA805E; }
a { background-color: rgb(186,128,94); }
div.DivClassName
{
background-color: #BA805E;
}
.BgClassName
{
background-color: #BA805E;
}
</style>
border-color css
<style>
span { border-color: #BA805E; }
span { border-color: rgb(186,128,94); }
td.TdClassName
{
border-color: #BA805E;
}
.TagClassName
{
border-color: #BA805E;
}
</style>