Shades of Medium Wood #B5845D
Tints of Medium Wood #B5845D
RGB
CMYK
RGB Variations
Color information
#B5845D (or 0xB5845D) is known color: Medium Wood. HEX triplet: B5, 84 and 5D. RGB value is (181,132,93). Sum of RGB (Red+Green+Blue) = 181+132+93=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 181 - color contains mainly: red. Hex color #B5845D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5845D is #4A7BA2. Grayscale: #8E8E8E. Windows color (decimal): -4881315 or 6128821. OLE color: 6128821.
HSL color Cylindrical-coordinate representation of color #B5845D: hue angle of 26.59º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B5845D is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 132 | 93 | - |
| CMYK | 0 | 0.27 | 0.49 | 0.29 |
| HSL | 26.59º | 0.37% | 0.54% | - |
| HSV(B) | 26.59º | 0.49% | 0.71% | - |
| XYZ | 29.28 | 27.12 | 14.05 | - |
| YUV | 142.21 | 100.23 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 132 | 93 | 0 | 0.27 | 0.49 | 0.29 | 26.59 | 0.37 | 0.54 |
| Hex | B5 | 84 | 5D | 0 | 1B | 31 | 1D | 1B | 25 | 36 |
| Octal | 265 | 204 | 135 | 0 | 33 | 61 | 35 | 33 | 45 | 66 |
| Binary | 10110101 | 10000100 | 1011101 | 0 | 11011 | 110001 | 11101 | 11011 | 100101 | 110110 |
Color Harmonies of #B5845D
Complementary color
Monochromatic Colors of #B5845D
Black with #B5845D
Text Example
Text Example
White with #B5845D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5845D; }
p { color: rgb(181,132,93); }
H1.HeaderClassName
{
color: #B5845D;
}
.AnyTagClassName
{
color: #B5845D;
}
</style>
background-color css
<style>
a { background-color: #B5845D; }
a { background-color: rgb(181,132,93); }
div.DivClassName
{
background-color: #B5845D;
}
.BgClassName
{
background-color: #B5845D;
}
</style>
border-color css
<style>
span { border-color: #B5845D; }
span { border-color: rgb(181,132,93); }
td.TdClassName
{
border-color: #B5845D;
}
.TagClassName
{
border-color: #B5845D;
}
</style>