Shades of Medium Wood #BA8466
Tints of Medium Wood #BA8466
RGB
CMYK
RGB Variations
Color information
#BA8466 (or 0xBA8466) is known color: Medium Wood. HEX triplet: BA, 84 and 66. RGB value is (186,132,102). Sum of RGB (Red+Green+Blue) = 186+132+102=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 132 (51.95% from 255 or 31.43% from 420); Blue value is 102 (40.23% from 255 or 24.29% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8466 is #457B99. Grayscale: #909090. Windows color (decimal): -4553626 or 6718650. OLE color: 6718650.
HSL color Cylindrical-coordinate representation of color #BA8466: hue angle of 21.43º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA8466 is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 132 | 102 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.27 |
| HSL | 21.43º | 0.38% | 0.56% | - |
| HSV(B) | 21.43º | 0.45% | 0.73% | - |
| XYZ | 30.9 | 27.9 | 16.33 | - |
| YUV | 144.73 | 103.89 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 102 | 0 | 0.29 | 0.45 | 0.27 | 21.43 | 0.38 | 0.56 |
| Hex | BA | 84 | 66 | 0 | 1D | 2D | 1B | 15 | 26 | 38 |
| Octal | 272 | 204 | 146 | 0 | 35 | 55 | 33 | 25 | 46 | 70 |
| Binary | 10111010 | 10000100 | 1100110 | 0 | 11101 | 101101 | 11011 | 10101 | 100110 | 111000 |
Color Harmonies of #BA8466
Complementary color
Monochromatic Colors of #BA8466
Black with #BA8466
Text Example
Text Example
White with #BA8466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8466; }
p { color: rgb(186,132,102); }
H1.HeaderClassName
{
color: #BA8466;
}
.AnyTagClassName
{
color: #BA8466;
}
</style>
background-color css
<style>
a { background-color: #BA8466; }
a { background-color: rgb(186,132,102); }
div.DivClassName
{
background-color: #BA8466;
}
.BgClassName
{
background-color: #BA8466;
}
</style>
border-color css
<style>
span { border-color: #BA8466; }
span { border-color: rgb(186,132,102); }
td.TdClassName
{
border-color: #BA8466;
}
.TagClassName
{
border-color: #BA8466;
}
</style>