Shades of Medium Wood #BA8063
Tints of Medium Wood #BA8063
RGB
CMYK
RGB Variations
Color information
#BA8063 (or 0xBA8063) is known color: Medium Wood. HEX triplet: BA, 80 and 63. RGB value is (186,128,99). Sum of RGB (Red+Green+Blue) = 186+128+99=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 99 (39.06% from 255 or 23.97% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8063 is #457F9C. Grayscale: #8E8E8E. Windows color (decimal): -4554653 or 6521018. OLE color: 6521018.
HSL color Cylindrical-coordinate representation of color #BA8063: hue angle of 20º 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 #BA8063 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 128 | 99 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.27 |
| HSL | 20º | 0.39% | 0.56% | - |
| HSV(B) | 20º | 0.47% | 0.73% | - |
| XYZ | 30.22 | 26.78 | 15.38 | - |
| YUV | 142.04 | 103.72 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 99 | 0 | 0.31 | 0.47 | 0.27 | 20 | 0.39 | 0.56 |
| Hex | BA | 80 | 63 | 0 | 1F | 2F | 1B | 14 | 27 | 38 |
| Octal | 272 | 200 | 143 | 0 | 37 | 57 | 33 | 24 | 47 | 70 |
| Binary | 10111010 | 10000000 | 1100011 | 0 | 11111 | 101111 | 11011 | 10100 | 100111 | 111000 |
Color Harmonies of #BA8063
Complementary color
Monochromatic Colors of #BA8063
Black with #BA8063
Text Example
Text Example
White with #BA8063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8063; }
p { color: rgb(186,128,99); }
H1.HeaderClassName
{
color: #BA8063;
}
.AnyTagClassName
{
color: #BA8063;
}
</style>
background-color css
<style>
a { background-color: #BA8063; }
a { background-color: rgb(186,128,99); }
div.DivClassName
{
background-color: #BA8063;
}
.BgClassName
{
background-color: #BA8063;
}
</style>
border-color css
<style>
span { border-color: #BA8063; }
span { border-color: rgb(186,128,99); }
td.TdClassName
{
border-color: #BA8063;
}
.TagClassName
{
border-color: #BA8063;
}
</style>