Shades of Medium Wood #BA805A
Tints of Medium Wood #BA805A
RGB
CMYK
RGB Variations
Color information
#BA805A (or 0xBA805A) is known color: Medium Wood. HEX triplet: BA, 80 and 5A. RGB value is (186,128,90). Sum of RGB (Red+Green+Blue) = 186+128+90=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 90 (35.55% from 255 or 22.28% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA805A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA805A is #457FA5. Grayscale: #8D8D8D. Windows color (decimal): -4554662 or 5931194. OLE color: 5931194.
HSL color Cylindrical-coordinate representation of color #BA805A: hue angle of 23.75º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA805A is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 128 | 90 | - |
| CMYK | 0 | 0.31 | 0.52 | 0.27 |
| HSL | 23.75º | 0.41% | 0.54% | - |
| HSV(B) | 23.75º | 0.52% | 0.73% | - |
| XYZ | 29.81 | 26.62 | 13.24 | - |
| YUV | 141.01 | 99.22 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 90 | 0 | 0.31 | 0.52 | 0.27 | 23.75 | 0.41 | 0.54 |
| Hex | BA | 80 | 5A | 0 | 1F | 34 | 1B | 18 | 29 | 36 |
| Octal | 272 | 200 | 132 | 0 | 37 | 64 | 33 | 30 | 51 | 66 |
| Binary | 10111010 | 10000000 | 1011010 | 0 | 11111 | 110100 | 11011 | 11000 | 101001 | 110110 |
Color Harmonies of #BA805A
Complementary color
Monochromatic Colors of #BA805A
Black with #BA805A
Text Example
Text Example
White with #BA805A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA805A; }
p { color: rgb(186,128,90); }
H1.HeaderClassName
{
color: #BA805A;
}
.AnyTagClassName
{
color: #BA805A;
}
</style>
background-color css
<style>
a { background-color: #BA805A; }
a { background-color: rgb(186,128,90); }
div.DivClassName
{
background-color: #BA805A;
}
.BgClassName
{
background-color: #BA805A;
}
</style>
border-color css
<style>
span { border-color: #BA805A; }
span { border-color: rgb(186,128,90); }
td.TdClassName
{
border-color: #BA805A;
}
.TagClassName
{
border-color: #BA805A;
}
</style>