Shades of Medium Wood #BA7E58
Tints of Medium Wood #BA7E58
RGB
CMYK
RGB Variations
Color information
#BA7E58 (or 0xBA7E58) is known color: Medium Wood. HEX triplet: BA, 7E and 58. RGB value is (186,126,88). Sum of RGB (Red+Green+Blue) = 186+126+88=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 126 (49.61% from 255 or 31.5% from 400); Blue value is 88 (34.77% from 255 or 22% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7E58 is #4581A7. Grayscale: #8B8B8B. Windows color (decimal): -4555176 or 5799610. OLE color: 5799610.
HSL color Cylindrical-coordinate representation of color #BA7E58: hue angle of 23.27º 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 #BA7E58 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 126 | 88 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.27 |
| HSL | 23.27º | 0.42% | 0.54% | - |
| HSV(B) | 23.27º | 0.53% | 0.73% | - |
| XYZ | 29.47 | 26.07 | 12.71 | - |
| YUV | 139.61 | 98.88 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 126 | 88 | 0 | 0.32 | 0.53 | 0.27 | 23.27 | 0.42 | 0.54 |
| Hex | BA | 7E | 58 | 0 | 20 | 35 | 1B | 17 | 2A | 36 |
| Octal | 272 | 176 | 130 | 0 | 40 | 65 | 33 | 27 | 52 | 66 |
| Binary | 10111010 | 1111110 | 1011000 | 0 | 100000 | 110101 | 11011 | 10111 | 101010 | 110110 |
Color Harmonies of #BA7E58
Complementary color
Monochromatic Colors of #BA7E58
Black with #BA7E58
Text Example
Text Example
White with #BA7E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7E58; }
p { color: rgb(186,126,88); }
H1.HeaderClassName
{
color: #BA7E58;
}
.AnyTagClassName
{
color: #BA7E58;
}
</style>
background-color css
<style>
a { background-color: #BA7E58; }
a { background-color: rgb(186,126,88); }
div.DivClassName
{
background-color: #BA7E58;
}
.BgClassName
{
background-color: #BA7E58;
}
</style>
border-color css
<style>
span { border-color: #BA7E58; }
span { border-color: rgb(186,126,88); }
td.TdClassName
{
border-color: #BA7E58;
}
.TagClassName
{
border-color: #BA7E58;
}
</style>