Shades of Medium Wood #BA7C5E
Tints of Medium Wood #BA7C5E
RGB
CMYK
RGB Variations
Color information
#BA7C5E (or 0xBA7C5E) is known color: Medium Wood. HEX triplet: BA, 7C and 5E. RGB value is (186,124,94). Sum of RGB (Red+Green+Blue) = 186+124+94=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 124 (48.83% from 255 or 30.69% from 404); Blue value is 94 (37.11% from 255 or 23.27% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7C5E is #4583A1. Grayscale: #8B8B8B. Windows color (decimal): -4555682 or 6192314. OLE color: 6192314.
HSL color Cylindrical-coordinate representation of color #BA7C5E: hue angle of 19.57º 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 #BA7C5E is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 124 | 94 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.27 |
| HSL | 19.57º | 0.4% | 0.55% | - |
| HSV(B) | 19.57º | 0.49% | 0.73% | - |
| XYZ | 29.48 | 25.66 | 13.99 | - |
| YUV | 139.12 | 102.54 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 124 | 94 | 0 | 0.33 | 0.49 | 0.27 | 19.57 | 0.4 | 0.55 |
| Hex | BA | 7C | 5E | 0 | 21 | 31 | 1B | 14 | 28 | 37 |
| Octal | 272 | 174 | 136 | 0 | 41 | 61 | 33 | 24 | 50 | 67 |
| Binary | 10111010 | 1111100 | 1011110 | 0 | 100001 | 110001 | 11011 | 10100 | 101000 | 110111 |
Color Harmonies of #BA7C5E
Complementary color
Monochromatic Colors of #BA7C5E
Black with #BA7C5E
Text Example
Text Example
White with #BA7C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7C5E; }
p { color: rgb(186,124,94); }
H1.HeaderClassName
{
color: #BA7C5E;
}
.AnyTagClassName
{
color: #BA7C5E;
}
</style>
background-color css
<style>
a { background-color: #BA7C5E; }
a { background-color: rgb(186,124,94); }
div.DivClassName
{
background-color: #BA7C5E;
}
.BgClassName
{
background-color: #BA7C5E;
}
</style>
border-color css
<style>
span { border-color: #BA7C5E; }
span { border-color: rgb(186,124,94); }
td.TdClassName
{
border-color: #BA7C5E;
}
.TagClassName
{
border-color: #BA7C5E;
}
</style>