Shades of Medium Wood #BA7E5A
Tints of Medium Wood #BA7E5A
RGB
CMYK
RGB Variations
Color information
#BA7E5A (or 0xBA7E5A) is known color: Medium Wood. HEX triplet: BA, 7E and 5A. RGB value is (186,126,90). Sum of RGB (Red+Green+Blue) = 186+126+90=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 90 (35.55% from 255 or 22.39% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7E5A is #4581A5. Grayscale: #8C8C8C. Windows color (decimal): -4555174 or 5930682. OLE color: 5930682.
HSL color Cylindrical-coordinate representation of color #BA7E5A: hue angle of 22.5º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA7E5A is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 126 | 90 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.27 |
| HSL | 22.5º | 0.41% | 0.54% | - |
| HSV(B) | 22.5º | 0.52% | 0.73% | - |
| XYZ | 29.56 | 26.1 | 13.15 | - |
| YUV | 139.84 | 99.88 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 126 | 90 | 0 | 0.32 | 0.52 | 0.27 | 22.5 | 0.41 | 0.54 |
| Hex | BA | 7E | 5A | 0 | 20 | 34 | 1B | 16 | 29 | 36 |
| Octal | 272 | 176 | 132 | 0 | 40 | 64 | 33 | 26 | 51 | 66 |
| Binary | 10111010 | 1111110 | 1011010 | 0 | 100000 | 110100 | 11011 | 10110 | 101001 | 110110 |
Color Harmonies of #BA7E5A
Complementary color
Monochromatic Colors of #BA7E5A
Black with #BA7E5A
Text Example
Text Example
White with #BA7E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7E5A; }
p { color: rgb(186,126,90); }
H1.HeaderClassName
{
color: #BA7E5A;
}
.AnyTagClassName
{
color: #BA7E5A;
}
</style>
background-color css
<style>
a { background-color: #BA7E5A; }
a { background-color: rgb(186,126,90); }
div.DivClassName
{
background-color: #BA7E5A;
}
.BgClassName
{
background-color: #BA7E5A;
}
</style>
border-color css
<style>
span { border-color: #BA7E5A; }
span { border-color: rgb(186,126,90); }
td.TdClassName
{
border-color: #BA7E5A;
}
.TagClassName
{
border-color: #BA7E5A;
}
</style>