Shades of Medium Wood #BA7D62
Tints of Medium Wood #BA7D62
RGB
CMYK
RGB Variations
Color information
#BA7D62 (or 0xBA7D62) is known color: Medium Wood. HEX triplet: BA, 7D and 62. RGB value is (186,125,98). Sum of RGB (Red+Green+Blue) = 186+125+98=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 125 (49.22% from 255 or 30.56% from 409); Blue value is 98 (38.67% from 255 or 23.96% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7D62 is #45829D. Grayscale: #8C8C8C. Windows color (decimal): -4555422 or 6454714. OLE color: 6454714.
HSL color Cylindrical-coordinate representation of color #BA7D62: hue angle of 18.41º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA7D62 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 125 | 98 | - |
| CMYK | 0 | 0.33 | 0.47 | 0.27 |
| HSL | 18.41º | 0.39% | 0.56% | - |
| HSV(B) | 18.41º | 0.47% | 0.73% | - |
| XYZ | 29.79 | 25.99 | 15 | - |
| YUV | 140.16 | 104.21 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 125 | 98 | 0 | 0.33 | 0.47 | 0.27 | 18.41 | 0.39 | 0.56 |
| Hex | BA | 7D | 62 | 0 | 21 | 2F | 1B | 12 | 27 | 38 |
| Octal | 272 | 175 | 142 | 0 | 41 | 57 | 33 | 22 | 47 | 70 |
| Binary | 10111010 | 1111101 | 1100010 | 0 | 100001 | 101111 | 11011 | 10010 | 100111 | 111000 |
Color Harmonies of #BA7D62
Complementary color
Monochromatic Colors of #BA7D62
Black with #BA7D62
Text Example
Text Example
White with #BA7D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7D62; }
p { color: rgb(186,125,98); }
H1.HeaderClassName
{
color: #BA7D62;
}
.AnyTagClassName
{
color: #BA7D62;
}
</style>
background-color css
<style>
a { background-color: #BA7D62; }
a { background-color: rgb(186,125,98); }
div.DivClassName
{
background-color: #BA7D62;
}
.BgClassName
{
background-color: #BA7D62;
}
</style>
border-color css
<style>
span { border-color: #BA7D62; }
span { border-color: rgb(186,125,98); }
td.TdClassName
{
border-color: #BA7D62;
}
.TagClassName
{
border-color: #BA7D62;
}
</style>