Shades of Medium Wood #BA7C58
Tints of Medium Wood #BA7C58
RGB
CMYK
RGB Variations
Color information
#BA7C58 (or 0xBA7C58) is known color: Medium Wood. HEX triplet: BA, 7C and 58. RGB value is (186,124,88). Sum of RGB (Red+Green+Blue) = 186+124+88=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 88 (34.77% from 255 or 22.11% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7C58 is #4583A7. Grayscale: #8A8A8A. Windows color (decimal): -4555688 or 5799098. OLE color: 5799098.
HSL color Cylindrical-coordinate representation of color #BA7C58: hue angle of 22.04º 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 #BA7C58 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 124 | 88 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.27 |
| HSL | 22.04º | 0.42% | 0.54% | - |
| HSV(B) | 22.04º | 0.53% | 0.73% | - |
| XYZ | 29.22 | 25.56 | 12.63 | - |
| YUV | 138.43 | 99.54 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 124 | 88 | 0 | 0.33 | 0.53 | 0.27 | 22.04 | 0.42 | 0.54 |
| Hex | BA | 7C | 58 | 0 | 21 | 35 | 1B | 16 | 2A | 36 |
| Octal | 272 | 174 | 130 | 0 | 41 | 65 | 33 | 26 | 52 | 66 |
| Binary | 10111010 | 1111100 | 1011000 | 0 | 100001 | 110101 | 11011 | 10110 | 101010 | 110110 |
Color Harmonies of #BA7C58
Complementary color
Monochromatic Colors of #BA7C58
Black with #BA7C58
Text Example
Text Example
White with #BA7C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7C58; }
p { color: rgb(186,124,88); }
H1.HeaderClassName
{
color: #BA7C58;
}
.AnyTagClassName
{
color: #BA7C58;
}
</style>
background-color css
<style>
a { background-color: #BA7C58; }
a { background-color: rgb(186,124,88); }
div.DivClassName
{
background-color: #BA7C58;
}
.BgClassName
{
background-color: #BA7C58;
}
</style>
border-color css
<style>
span { border-color: #BA7C58; }
span { border-color: rgb(186,124,88); }
td.TdClassName
{
border-color: #BA7C58;
}
.TagClassName
{
border-color: #BA7C58;
}
</style>