Shades of Medium Wood #BA7D5D
Tints of Medium Wood #BA7D5D
RGB
CMYK
RGB Variations
Color information
#BA7D5D (or 0xBA7D5D) is known color: Medium Wood. HEX triplet: BA, 7D and 5D. RGB value is (186,125,93). Sum of RGB (Red+Green+Blue) = 186+125+93=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7D5D is #4582A2. Grayscale: #8B8B8B. Windows color (decimal): -4555427 or 6127034. OLE color: 6127034.
HSL color Cylindrical-coordinate representation of color #BA7D5D: hue angle of 20.65º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA7D5D is Cyan = 0, Magento = 0.33, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 125 | 93 | - |
| CMYK | 0 | 0.33 | 0.5 | 0.27 |
| HSL | 20.65º | 0.4% | 0.55% | - |
| HSV(B) | 20.65º | 0.5% | 0.73% | - |
| XYZ | 29.56 | 25.9 | 13.8 | - |
| YUV | 139.59 | 101.71 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 125 | 93 | 0 | 0.33 | 0.5 | 0.27 | 20.65 | 0.4 | 0.55 |
| Hex | BA | 7D | 5D | 0 | 21 | 32 | 1B | 15 | 28 | 37 |
| Octal | 272 | 175 | 135 | 0 | 41 | 62 | 33 | 25 | 50 | 67 |
| Binary | 10111010 | 1111101 | 1011101 | 0 | 100001 | 110010 | 11011 | 10101 | 101000 | 110111 |
Color Harmonies of #BA7D5D
Complementary color
Monochromatic Colors of #BA7D5D
Black with #BA7D5D
Text Example
Text Example
White with #BA7D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7D5D; }
p { color: rgb(186,125,93); }
H1.HeaderClassName
{
color: #BA7D5D;
}
.AnyTagClassName
{
color: #BA7D5D;
}
</style>
background-color css
<style>
a { background-color: #BA7D5D; }
a { background-color: rgb(186,125,93); }
div.DivClassName
{
background-color: #BA7D5D;
}
.BgClassName
{
background-color: #BA7D5D;
}
</style>
border-color css
<style>
span { border-color: #BA7D5D; }
span { border-color: rgb(186,125,93); }
td.TdClassName
{
border-color: #BA7D5D;
}
.TagClassName
{
border-color: #BA7D5D;
}
</style>