Shades of Medium Wood #BA8265
Tints of Medium Wood #BA8265
RGB
CMYK
RGB Variations
Color information
#BA8265 (or 0xBA8265) is known color: Medium Wood. HEX triplet: BA, 82 and 65. RGB value is (186,130,101). Sum of RGB (Red+Green+Blue) = 186+130+101=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 101 (39.84% from 255 or 24.22% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8265 is #457D9A. Grayscale: #8F8F8F. Windows color (decimal): -4554139 or 6652602. OLE color: 6652602.
HSL color Cylindrical-coordinate representation of color #BA8265: hue angle of 20.47º 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 #BA8265 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 130 | 101 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.27 |
| HSL | 20.47º | 0.38% | 0.56% | - |
| HSV(B) | 20.47º | 0.46% | 0.73% | - |
| XYZ | 30.58 | 27.34 | 15.98 | - |
| YUV | 143.44 | 104.05 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 130 | 101 | 0 | 0.30 | 0.46 | 0.27 | 20.47 | 0.38 | 0.56 |
| Hex | BA | 82 | 65 | 0 | 1E | 2E | 1B | 14 | 26 | 38 |
| Octal | 272 | 202 | 145 | 0 | 36 | 56 | 33 | 24 | 46 | 70 |
| Binary | 10111010 | 10000010 | 1100101 | 0 | 11110 | 101110 | 11011 | 10100 | 100110 | 111000 |
Color Harmonies of #BA8265
Complementary color
Monochromatic Colors of #BA8265
Black with #BA8265
Text Example
Text Example
White with #BA8265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8265; }
p { color: rgb(186,130,101); }
H1.HeaderClassName
{
color: #BA8265;
}
.AnyTagClassName
{
color: #BA8265;
}
</style>
background-color css
<style>
a { background-color: #BA8265; }
a { background-color: rgb(186,130,101); }
div.DivClassName
{
background-color: #BA8265;
}
.BgClassName
{
background-color: #BA8265;
}
</style>
border-color css
<style>
span { border-color: #BA8265; }
span { border-color: rgb(186,130,101); }
td.TdClassName
{
border-color: #BA8265;
}
.TagClassName
{
border-color: #BA8265;
}
</style>