Shades of Medium Wood #BA7D5F
Tints of Medium Wood #BA7D5F
RGB
CMYK
RGB Variations
Color information
#BA7D5F (or 0xBA7D5F) is known color: Medium Wood. HEX triplet: BA, 7D and 5F. RGB value is (186,125,95). Sum of RGB (Red+Green+Blue) = 186+125+95=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 125 (49.22% from 255 or 30.79% from 406); Blue value is 95 (37.5% from 255 or 23.40% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7D5F is #4582A0. Grayscale: #8C8C8C. Windows color (decimal): -4555425 or 6258106. OLE color: 6258106.
HSL color Cylindrical-coordinate representation of color #BA7D5F: hue angle of 19.78º 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 #BA7D5F is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 125 | 95 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.27 |
| HSL | 19.78º | 0.4% | 0.55% | - |
| HSV(B) | 19.78º | 0.49% | 0.73% | - |
| XYZ | 29.65 | 25.93 | 14.27 | - |
| YUV | 139.82 | 102.71 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 125 | 95 | 0 | 0.33 | 0.49 | 0.27 | 19.78 | 0.4 | 0.55 |
| Hex | BA | 7D | 5F | 0 | 21 | 31 | 1B | 14 | 28 | 37 |
| Octal | 272 | 175 | 137 | 0 | 41 | 61 | 33 | 24 | 50 | 67 |
| Binary | 10111010 | 1111101 | 1011111 | 0 | 100001 | 110001 | 11011 | 10100 | 101000 | 110111 |
Color Harmonies of #BA7D5F
Complementary color
Monochromatic Colors of #BA7D5F
Black with #BA7D5F
Text Example
Text Example
White with #BA7D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7D5F; }
p { color: rgb(186,125,95); }
H1.HeaderClassName
{
color: #BA7D5F;
}
.AnyTagClassName
{
color: #BA7D5F;
}
</style>
background-color css
<style>
a { background-color: #BA7D5F; }
a { background-color: rgb(186,125,95); }
div.DivClassName
{
background-color: #BA7D5F;
}
.BgClassName
{
background-color: #BA7D5F;
}
</style>
border-color css
<style>
span { border-color: #BA7D5F; }
span { border-color: rgb(186,125,95); }
td.TdClassName
{
border-color: #BA7D5F;
}
.TagClassName
{
border-color: #BA7D5F;
}
</style>