Shades of Medium Wood #BA7E5C
Tints of Medium Wood #BA7E5C
RGB
CMYK
RGB Variations
Color information
#BA7E5C (or 0xBA7E5C) is known color: Medium Wood. HEX triplet: BA, 7E and 5C. RGB value is (186,126,92). Sum of RGB (Red+Green+Blue) = 186+126+92=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 126 (49.61% from 255 or 31.19% from 404); Blue value is 92 (36.33% from 255 or 22.77% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7E5C is #4581A3. Grayscale: #8C8C8C. Windows color (decimal): -4555172 or 6061754. OLE color: 6061754.
HSL color Cylindrical-coordinate representation of color #BA7E5C: hue angle of 21.7º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA7E5C is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 126 | 92 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.27 |
| HSL | 21.7º | 0.41% | 0.55% | - |
| HSV(B) | 21.7º | 0.51% | 0.73% | - |
| XYZ | 29.64 | 26.13 | 13.61 | - |
| YUV | 140.06 | 100.88 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 126 | 92 | 0 | 0.32 | 0.51 | 0.27 | 21.7 | 0.41 | 0.55 |
| Hex | BA | 7E | 5C | 0 | 20 | 33 | 1B | 16 | 29 | 37 |
| Octal | 272 | 176 | 134 | 0 | 40 | 63 | 33 | 26 | 51 | 67 |
| Binary | 10111010 | 1111110 | 1011100 | 0 | 100000 | 110011 | 11011 | 10110 | 101001 | 110111 |
Color Harmonies of #BA7E5C
Complementary color
Monochromatic Colors of #BA7E5C
Black with #BA7E5C
Text Example
Text Example
White with #BA7E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7E5C; }
p { color: rgb(186,126,92); }
H1.HeaderClassName
{
color: #BA7E5C;
}
.AnyTagClassName
{
color: #BA7E5C;
}
</style>
background-color css
<style>
a { background-color: #BA7E5C; }
a { background-color: rgb(186,126,92); }
div.DivClassName
{
background-color: #BA7E5C;
}
.BgClassName
{
background-color: #BA7E5C;
}
</style>
border-color css
<style>
span { border-color: #BA7E5C; }
span { border-color: rgb(186,126,92); }
td.TdClassName
{
border-color: #BA7E5C;
}
.TagClassName
{
border-color: #BA7E5C;
}
</style>