Shades of Medium Wood #BA8064
Tints of Medium Wood #BA8064
RGB
CMYK
RGB Variations
Color information
#BA8064 (or 0xBA8064) is known color: Medium Wood. HEX triplet: BA, 80 and 64. RGB value is (186,128,100). Sum of RGB (Red+Green+Blue) = 186+128+100=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 128 (50.39% from 255 or 30.92% from 414); Blue value is 100 (39.45% from 255 or 24.15% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8064 is #457F9B. Grayscale: #8E8E8E. Windows color (decimal): -4554652 or 6586554. OLE color: 6586554.
HSL color Cylindrical-coordinate representation of color #BA8064: hue angle of 19.53º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA8064 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 128 | 100 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.27 |
| HSL | 19.53º | 0.38% | 0.56% | - |
| HSV(B) | 19.53º | 0.46% | 0.73% | - |
| XYZ | 30.27 | 26.8 | 15.63 | - |
| YUV | 142.15 | 104.22 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 100 | 0 | 0.31 | 0.46 | 0.27 | 19.53 | 0.38 | 0.56 |
| Hex | BA | 80 | 64 | 0 | 1F | 2E | 1B | 14 | 26 | 38 |
| Octal | 272 | 200 | 144 | 0 | 37 | 56 | 33 | 24 | 46 | 70 |
| Binary | 10111010 | 10000000 | 1100100 | 0 | 11111 | 101110 | 11011 | 10100 | 100110 | 111000 |
Color Harmonies of #BA8064
Complementary color
Monochromatic Colors of #BA8064
Black with #BA8064
Text Example
Text Example
White with #BA8064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8064; }
p { color: rgb(186,128,100); }
H1.HeaderClassName
{
color: #BA8064;
}
.AnyTagClassName
{
color: #BA8064;
}
</style>
background-color css
<style>
a { background-color: #BA8064; }
a { background-color: rgb(186,128,100); }
div.DivClassName
{
background-color: #BA8064;
}
.BgClassName
{
background-color: #BA8064;
}
</style>
border-color css
<style>
span { border-color: #BA8064; }
span { border-color: rgb(186,128,100); }
td.TdClassName
{
border-color: #BA8064;
}
.TagClassName
{
border-color: #BA8064;
}
</style>