Shades of Medium Wood #BA7C5A
Tints of Medium Wood #BA7C5A
RGB
CMYK
RGB Variations
Color information
#BA7C5A (or 0xBA7C5A) is known color: Medium Wood. HEX triplet: BA, 7C and 5A. RGB value is (186,124,90). Sum of RGB (Red+Green+Blue) = 186+124+90=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 124 (48.83% from 255 or 31% from 400); Blue value is 90 (35.55% from 255 or 22.5% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7C5A is #4583A5. Grayscale: #8A8A8A. Windows color (decimal): -4555686 or 5930170. OLE color: 5930170.
HSL color Cylindrical-coordinate representation of color #BA7C5A: hue angle of 21.25º 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 #BA7C5A is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 124 | 90 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.27 |
| HSL | 21.25º | 0.41% | 0.54% | - |
| HSV(B) | 21.25º | 0.52% | 0.73% | - |
| XYZ | 29.3 | 25.59 | 13.07 | - |
| YUV | 138.66 | 100.54 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 124 | 90 | 0 | 0.33 | 0.52 | 0.27 | 21.25 | 0.41 | 0.54 |
| Hex | BA | 7C | 5A | 0 | 21 | 34 | 1B | 15 | 29 | 36 |
| Octal | 272 | 174 | 132 | 0 | 41 | 64 | 33 | 25 | 51 | 66 |
| Binary | 10111010 | 1111100 | 1011010 | 0 | 100001 | 110100 | 11011 | 10101 | 101001 | 110110 |
Color Harmonies of #BA7C5A
Complementary color
Monochromatic Colors of #BA7C5A
Black with #BA7C5A
Text Example
Text Example
White with #BA7C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7C5A; }
p { color: rgb(186,124,90); }
H1.HeaderClassName
{
color: #BA7C5A;
}
.AnyTagClassName
{
color: #BA7C5A;
}
</style>
background-color css
<style>
a { background-color: #BA7C5A; }
a { background-color: rgb(186,124,90); }
div.DivClassName
{
background-color: #BA7C5A;
}
.BgClassName
{
background-color: #BA7C5A;
}
</style>
border-color css
<style>
span { border-color: #BA7C5A; }
span { border-color: rgb(186,124,90); }
td.TdClassName
{
border-color: #BA7C5A;
}
.TagClassName
{
border-color: #BA7C5A;
}
</style>