Shades of Medium Wood #BA8365
Tints of Medium Wood #BA8365
RGB
CMYK
RGB Variations
Color information
#BA8365 (or 0xBA8365) is known color: Medium Wood. HEX triplet: BA, 83 and 65. RGB value is (186,131,101). Sum of RGB (Red+Green+Blue) = 186+131+101=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 131 (51.56% from 255 or 31.34% from 418); Blue value is 101 (39.84% from 255 or 24.16% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8365 is #457C9A. Grayscale: #909090. Windows color (decimal): -4553883 or 6652858. OLE color: 6652858.
HSL color Cylindrical-coordinate representation of color #BA8365: hue angle of 21.18º 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 #BA8365 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 131 | 101 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.27 |
| HSL | 21.18º | 0.38% | 0.56% | - |
| HSV(B) | 21.18º | 0.46% | 0.73% | - |
| XYZ | 30.71 | 27.61 | 16.02 | - |
| YUV | 144.03 | 103.72 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 131 | 101 | 0 | 0.30 | 0.46 | 0.27 | 21.18 | 0.38 | 0.56 |
| Hex | BA | 83 | 65 | 0 | 1E | 2E | 1B | 15 | 26 | 38 |
| Octal | 272 | 203 | 145 | 0 | 36 | 56 | 33 | 25 | 46 | 70 |
| Binary | 10111010 | 10000011 | 1100101 | 0 | 11110 | 101110 | 11011 | 10101 | 100110 | 111000 |
Color Harmonies of #BA8365
Complementary color
Monochromatic Colors of #BA8365
Black with #BA8365
Text Example
Text Example
White with #BA8365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8365; }
p { color: rgb(186,131,101); }
H1.HeaderClassName
{
color: #BA8365;
}
.AnyTagClassName
{
color: #BA8365;
}
</style>
background-color css
<style>
a { background-color: #BA8365; }
a { background-color: rgb(186,131,101); }
div.DivClassName
{
background-color: #BA8365;
}
.BgClassName
{
background-color: #BA8365;
}
</style>
border-color css
<style>
span { border-color: #BA8365; }
span { border-color: rgb(186,131,101); }
td.TdClassName
{
border-color: #BA8365;
}
.TagClassName
{
border-color: #BA8365;
}
</style>