Shades of Medium Wood #B5865E
Tints of Medium Wood #B5865E
RGB
CMYK
RGB Variations
Color information
#B5865E (or 0xB5865E) is known color: Medium Wood. HEX triplet: B5, 86 and 5E. RGB value is (181,134,94). Sum of RGB (Red+Green+Blue) = 181+134+94=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 134 (52.73% from 255 or 32.76% from 409); Blue value is 94 (37.11% from 255 or 22.98% from 409); Max value from RGB is 181 - color contains mainly: red. Hex color #B5865E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5865E is #4A79A1. Grayscale: #8F8F8F. Windows color (decimal): -4880802 or 6194869. OLE color: 6194869.
HSL color Cylindrical-coordinate representation of color #B5865E: hue angle of 27.59º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B5865E is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 134 | 94 | - |
| CMYK | 0 | 0.26 | 0.48 | 0.29 |
| HSL | 27.59º | 0.37% | 0.54% | - |
| HSV(B) | 27.59º | 0.48% | 0.71% | - |
| XYZ | 29.6 | 27.68 | 14.37 | - |
| YUV | 143.49 | 100.07 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 134 | 94 | 0 | 0.26 | 0.48 | 0.29 | 27.59 | 0.37 | 0.54 |
| Hex | B5 | 86 | 5E | 0 | 1A | 30 | 1D | 1C | 25 | 36 |
| Octal | 265 | 206 | 136 | 0 | 32 | 60 | 35 | 34 | 45 | 66 |
| Binary | 10110101 | 10000110 | 1011110 | 0 | 11010 | 110000 | 11101 | 11100 | 100101 | 110110 |
Color Harmonies of #B5865E
Complementary color
Monochromatic Colors of #B5865E
Black with #B5865E
Text Example
Text Example
White with #B5865E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5865E; }
p { color: rgb(181,134,94); }
H1.HeaderClassName
{
color: #B5865E;
}
.AnyTagClassName
{
color: #B5865E;
}
</style>
background-color css
<style>
a { background-color: #B5865E; }
a { background-color: rgb(181,134,94); }
div.DivClassName
{
background-color: #B5865E;
}
.BgClassName
{
background-color: #B5865E;
}
</style>
border-color css
<style>
span { border-color: #B5865E; }
span { border-color: rgb(181,134,94); }
td.TdClassName
{
border-color: #B5865E;
}
.TagClassName
{
border-color: #B5865E;
}
</style>