Shades of Medium Wood #BA8066
Tints of Medium Wood #BA8066
RGB
CMYK
RGB Variations
Color information
#BA8066 (or 0xBA8066) is known color: Medium Wood. HEX triplet: BA, 80 and 66. RGB value is (186,128,102). Sum of RGB (Red+Green+Blue) = 186+128+102=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 102 (40.23% from 255 or 24.52% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8066 is #457F99. Grayscale: #8E8E8E. Windows color (decimal): -4554650 or 6717626. OLE color: 6717626.
HSL color Cylindrical-coordinate representation of color #BA8066: hue angle of 18.57º 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 #BA8066 is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 128 | 102 | - |
| CMYK | 0 | 0.31 | 0.45 | 0.27 |
| HSL | 18.57º | 0.38% | 0.56% | - |
| HSV(B) | 18.57º | 0.45% | 0.73% | - |
| XYZ | 30.37 | 26.84 | 16.15 | - |
| YUV | 142.38 | 105.22 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 102 | 0 | 0.31 | 0.45 | 0.27 | 18.57 | 0.38 | 0.56 |
| Hex | BA | 80 | 66 | 0 | 1F | 2D | 1B | 13 | 26 | 38 |
| Octal | 272 | 200 | 146 | 0 | 37 | 55 | 33 | 23 | 46 | 70 |
| Binary | 10111010 | 10000000 | 1100110 | 0 | 11111 | 101101 | 11011 | 10011 | 100110 | 111000 |
Color Harmonies of #BA8066
Complementary color
Monochromatic Colors of #BA8066
Black with #BA8066
Text Example
Text Example
White with #BA8066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8066; }
p { color: rgb(186,128,102); }
H1.HeaderClassName
{
color: #BA8066;
}
.AnyTagClassName
{
color: #BA8066;
}
</style>
background-color css
<style>
a { background-color: #BA8066; }
a { background-color: rgb(186,128,102); }
div.DivClassName
{
background-color: #BA8066;
}
.BgClassName
{
background-color: #BA8066;
}
</style>
border-color css
<style>
span { border-color: #BA8066; }
span { border-color: rgb(186,128,102); }
td.TdClassName
{
border-color: #BA8066;
}
.TagClassName
{
border-color: #BA8066;
}
</style>