Shades of Medium Wood #BA8364
Tints of Medium Wood #BA8364
RGB
CMYK
RGB Variations
Color information
#BA8364 (or 0xBA8364) is known color: Medium Wood. HEX triplet: BA, 83 and 64. RGB value is (186,131,100). Sum of RGB (Red+Green+Blue) = 186+131+100=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 131 (51.56% from 255 or 31.41% from 417); Blue value is 100 (39.45% from 255 or 23.98% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8364 is #457C9B. Grayscale: #909090. Windows color (decimal): -4553884 or 6587322. OLE color: 6587322.
HSL color Cylindrical-coordinate representation of color #BA8364: hue angle of 21.63º 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 #BA8364 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 131 | 100 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.27 |
| HSL | 21.63º | 0.38% | 0.56% | - |
| HSV(B) | 21.63º | 0.46% | 0.73% | - |
| XYZ | 30.67 | 27.59 | 15.77 | - |
| YUV | 143.91 | 103.22 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 131 | 100 | 0 | 0.30 | 0.46 | 0.27 | 21.63 | 0.38 | 0.56 |
| Hex | BA | 83 | 64 | 0 | 1E | 2E | 1B | 16 | 26 | 38 |
| Octal | 272 | 203 | 144 | 0 | 36 | 56 | 33 | 26 | 46 | 70 |
| Binary | 10111010 | 10000011 | 1100100 | 0 | 11110 | 101110 | 11011 | 10110 | 100110 | 111000 |
Color Harmonies of #BA8364
Complementary color
Monochromatic Colors of #BA8364
Black with #BA8364
Text Example
Text Example
White with #BA8364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8364; }
p { color: rgb(186,131,100); }
H1.HeaderClassName
{
color: #BA8364;
}
.AnyTagClassName
{
color: #BA8364;
}
</style>
background-color css
<style>
a { background-color: #BA8364; }
a { background-color: rgb(186,131,100); }
div.DivClassName
{
background-color: #BA8364;
}
.BgClassName
{
background-color: #BA8364;
}
</style>
border-color css
<style>
span { border-color: #BA8364; }
span { border-color: rgb(186,131,100); }
td.TdClassName
{
border-color: #BA8364;
}
.TagClassName
{
border-color: #BA8364;
}
</style>