Shades of Medium Wood #BA825F
Tints of Medium Wood #BA825F
RGB
CMYK
RGB Variations
Color information
#BA825F (or 0xBA825F) is known color: Medium Wood. HEX triplet: BA, 82 and 5F. RGB value is (186,130,95). Sum of RGB (Red+Green+Blue) = 186+130+95=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 130 (51.17% from 255 or 31.63% from 411); Blue value is 95 (37.5% from 255 or 23.11% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA825F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA825F is #457DA0. Grayscale: #8E8E8E. Windows color (decimal): -4554145 or 6259386. OLE color: 6259386.
HSL color Cylindrical-coordinate representation of color #BA825F: hue angle of 23.08º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA825F is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 130 | 95 | - |
| CMYK | 0 | 0.30 | 0.49 | 0.27 |
| HSL | 23.08º | 0.4% | 0.55% | - |
| HSV(B) | 23.08º | 0.49% | 0.73% | - |
| XYZ | 30.3 | 27.23 | 14.49 | - |
| YUV | 142.75 | 101.05 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 130 | 95 | 0 | 0.30 | 0.49 | 0.27 | 23.08 | 0.4 | 0.55 |
| Hex | BA | 82 | 5F | 0 | 1E | 31 | 1B | 17 | 28 | 37 |
| Octal | 272 | 202 | 137 | 0 | 36 | 61 | 33 | 27 | 50 | 67 |
| Binary | 10111010 | 10000010 | 1011111 | 0 | 11110 | 110001 | 11011 | 10111 | 101000 | 110111 |
Color Harmonies of #BA825F
Complementary color
Monochromatic Colors of #BA825F
Black with #BA825F
Text Example
Text Example
White with #BA825F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA825F; }
p { color: rgb(186,130,95); }
H1.HeaderClassName
{
color: #BA825F;
}
.AnyTagClassName
{
color: #BA825F;
}
</style>
background-color css
<style>
a { background-color: #BA825F; }
a { background-color: rgb(186,130,95); }
div.DivClassName
{
background-color: #BA825F;
}
.BgClassName
{
background-color: #BA825F;
}
</style>
border-color css
<style>
span { border-color: #BA825F; }
span { border-color: rgb(186,130,95); }
td.TdClassName
{
border-color: #BA825F;
}
.TagClassName
{
border-color: #BA825F;
}
</style>