Shades of Medium Wood #BA7D58
Tints of Medium Wood #BA7D58
RGB
CMYK
RGB Variations
Color information
#BA7D58 (or 0xBA7D58) is known color: Medium Wood. HEX triplet: BA, 7D and 58. RGB value is (186,125,88). Sum of RGB (Red+Green+Blue) = 186+125+88=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 88 (34.77% from 255 or 22.06% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7D58 is #4582A7. Grayscale: #8B8B8B. Windows color (decimal): -4555432 or 5799354. OLE color: 5799354.
HSL color Cylindrical-coordinate representation of color #BA7D58: hue angle of 22.65º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA7D58 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 125 | 88 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.27 |
| HSL | 22.65º | 0.42% | 0.54% | - |
| HSV(B) | 22.65º | 0.53% | 0.73% | - |
| XYZ | 29.34 | 25.81 | 12.67 | - |
| YUV | 139.02 | 99.21 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 125 | 88 | 0 | 0.33 | 0.53 | 0.27 | 22.65 | 0.42 | 0.54 |
| Hex | BA | 7D | 58 | 0 | 21 | 35 | 1B | 17 | 2A | 36 |
| Octal | 272 | 175 | 130 | 0 | 41 | 65 | 33 | 27 | 52 | 66 |
| Binary | 10111010 | 1111101 | 1011000 | 0 | 100001 | 110101 | 11011 | 10111 | 101010 | 110110 |
Color Harmonies of #BA7D58
Complementary color
Monochromatic Colors of #BA7D58
Black with #BA7D58
Text Example
Text Example
White with #BA7D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7D58; }
p { color: rgb(186,125,88); }
H1.HeaderClassName
{
color: #BA7D58;
}
.AnyTagClassName
{
color: #BA7D58;
}
</style>
background-color css
<style>
a { background-color: #BA7D58; }
a { background-color: rgb(186,125,88); }
div.DivClassName
{
background-color: #BA7D58;
}
.BgClassName
{
background-color: #BA7D58;
}
</style>
border-color css
<style>
span { border-color: #BA7D58; }
span { border-color: rgb(186,125,88); }
td.TdClassName
{
border-color: #BA7D58;
}
.TagClassName
{
border-color: #BA7D58;
}
</style>