Shades of Medium Wood #BA8065
Tints of Medium Wood #BA8065
RGB
CMYK
RGB Variations
Color information
#BA8065 (or 0xBA8065) is known color: Medium Wood. HEX triplet: BA, 80 and 65. RGB value is (186,128,101). Sum of RGB (Red+Green+Blue) = 186+128+101=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 128 (50.39% from 255 or 30.84% from 415); Blue value is 101 (39.84% from 255 or 24.34% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8065 is #457F9A. Grayscale: #8E8E8E. Windows color (decimal): -4554651 or 6652090. OLE color: 6652090.
HSL color Cylindrical-coordinate representation of color #BA8065: hue angle of 19.06º 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 #BA8065 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 128 | 101 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.27 |
| HSL | 19.06º | 0.38% | 0.56% | - |
| HSV(B) | 19.06º | 0.46% | 0.73% | - |
| XYZ | 30.32 | 26.82 | 15.89 | - |
| YUV | 142.26 | 104.72 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 101 | 0 | 0.31 | 0.46 | 0.27 | 19.06 | 0.38 | 0.56 |
| Hex | BA | 80 | 65 | 0 | 1F | 2E | 1B | 13 | 26 | 38 |
| Octal | 272 | 200 | 145 | 0 | 37 | 56 | 33 | 23 | 46 | 70 |
| Binary | 10111010 | 10000000 | 1100101 | 0 | 11111 | 101110 | 11011 | 10011 | 100110 | 111000 |
Color Harmonies of #BA8065
Complementary color
Monochromatic Colors of #BA8065
Black with #BA8065
Text Example
Text Example
White with #BA8065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8065; }
p { color: rgb(186,128,101); }
H1.HeaderClassName
{
color: #BA8065;
}
.AnyTagClassName
{
color: #BA8065;
}
</style>
background-color css
<style>
a { background-color: #BA8065; }
a { background-color: rgb(186,128,101); }
div.DivClassName
{
background-color: #BA8065;
}
.BgClassName
{
background-color: #BA8065;
}
</style>
border-color css
<style>
span { border-color: #BA8065; }
span { border-color: rgb(186,128,101); }
td.TdClassName
{
border-color: #BA8065;
}
.TagClassName
{
border-color: #BA8065;
}
</style>