Shades of Medium Wood #BA835F
Tints of Medium Wood #BA835F
RGB
CMYK
RGB Variations
Color information
#BA835F (or 0xBA835F) is known color: Medium Wood. HEX triplet: BA, 83 and 5F. RGB value is (186,131,95). Sum of RGB (Red+Green+Blue) = 186+131+95=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 131 (51.56% from 255 or 31.80% from 412); Blue value is 95 (37.5% from 255 or 23.06% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA835F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA835F is #457CA0. Grayscale: #8F8F8F. Windows color (decimal): -4553889 or 6259642. OLE color: 6259642.
HSL color Cylindrical-coordinate representation of color #BA835F: hue angle of 23.74º 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 #BA835F is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 131 | 95 | - |
| CMYK | 0 | 0.30 | 0.49 | 0.27 |
| HSL | 23.74º | 0.4% | 0.55% | - |
| HSV(B) | 23.74º | 0.49% | 0.73% | - |
| XYZ | 30.43 | 27.5 | 14.53 | - |
| YUV | 143.34 | 100.72 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 131 | 95 | 0 | 0.30 | 0.49 | 0.27 | 23.74 | 0.4 | 0.55 |
| Hex | BA | 83 | 5F | 0 | 1E | 31 | 1B | 18 | 28 | 37 |
| Octal | 272 | 203 | 137 | 0 | 36 | 61 | 33 | 30 | 50 | 67 |
| Binary | 10111010 | 10000011 | 1011111 | 0 | 11110 | 110001 | 11011 | 11000 | 101000 | 110111 |
Color Harmonies of #BA835F
Complementary color
Monochromatic Colors of #BA835F
Black with #BA835F
Text Example
Text Example
White with #BA835F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA835F; }
p { color: rgb(186,131,95); }
H1.HeaderClassName
{
color: #BA835F;
}
.AnyTagClassName
{
color: #BA835F;
}
</style>
background-color css
<style>
a { background-color: #BA835F; }
a { background-color: rgb(186,131,95); }
div.DivClassName
{
background-color: #BA835F;
}
.BgClassName
{
background-color: #BA835F;
}
</style>
border-color css
<style>
span { border-color: #BA835F; }
span { border-color: rgb(186,131,95); }
td.TdClassName
{
border-color: #BA835F;
}
.TagClassName
{
border-color: #BA835F;
}
</style>