Shades of Medium Wood #BA8266
Tints of Medium Wood #BA8266
RGB
CMYK
RGB Variations
Color information
#BA8266 (or 0xBA8266) is known color: Medium Wood. HEX triplet: BA, 82 and 66. RGB value is (186,130,102). Sum of RGB (Red+Green+Blue) = 186+130+102=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 102 (40.23% from 255 or 24.40% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8266 is #457D99. Grayscale: #8F8F8F. Windows color (decimal): -4554138 or 6718138. OLE color: 6718138.
HSL color Cylindrical-coordinate representation of color #BA8266: hue angle of 20º 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 #BA8266 is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 130 | 102 | - |
| CMYK | 0 | 0.30 | 0.45 | 0.27 |
| HSL | 20º | 0.38% | 0.56% | - |
| HSV(B) | 20º | 0.45% | 0.73% | - |
| XYZ | 30.63 | 27.36 | 16.24 | - |
| YUV | 143.55 | 104.55 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 130 | 102 | 0 | 0.30 | 0.45 | 0.27 | 20 | 0.38 | 0.56 |
| Hex | BA | 82 | 66 | 0 | 1E | 2D | 1B | 14 | 26 | 38 |
| Octal | 272 | 202 | 146 | 0 | 36 | 55 | 33 | 24 | 46 | 70 |
| Binary | 10111010 | 10000010 | 1100110 | 0 | 11110 | 101101 | 11011 | 10100 | 100110 | 111000 |
Color Harmonies of #BA8266
Complementary color
Monochromatic Colors of #BA8266
Black with #BA8266
Text Example
Text Example
White with #BA8266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8266; }
p { color: rgb(186,130,102); }
H1.HeaderClassName
{
color: #BA8266;
}
.AnyTagClassName
{
color: #BA8266;
}
</style>
background-color css
<style>
a { background-color: #BA8266; }
a { background-color: rgb(186,130,102); }
div.DivClassName
{
background-color: #BA8266;
}
.BgClassName
{
background-color: #BA8266;
}
</style>
border-color css
<style>
span { border-color: #BA8266; }
span { border-color: rgb(186,130,102); }
td.TdClassName
{
border-color: #BA8266;
}
.TagClassName
{
border-color: #BA8266;
}
</style>