Shades of Medium Wood #B47E5D
Tints of Medium Wood #B47E5D
RGB
CMYK
RGB Variations
Color information
#B47E5D (or 0xB47E5D) is known color: Medium Wood. HEX triplet: B4, 7E and 5D. RGB value is (180,126,93). Sum of RGB (Red+Green+Blue) = 180+126+93=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 126 (49.61% from 255 or 31.58% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47E5D is #4B81A2. Grayscale: #8A8A8A. Windows color (decimal): -4948387 or 6127284. OLE color: 6127284.
HSL color Cylindrical-coordinate representation of color #B47E5D: hue angle of 22.76º 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 #B47E5D is Cyan = 0, Magento = 0.3, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 126 | 93 | - |
| CMYK | 0 | 0.3 | 0.48 | 0.29 |
| HSL | 22.76º | 0.37% | 0.54% | - |
| HSV(B) | 22.76º | 0.48% | 0.71% | - |
| XYZ | 28.26 | 25.42 | 13.77 | - |
| YUV | 138.38 | 102.39 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 126 | 93 | 0 | 0.3 | 0.48 | 0.29 | 22.76 | 0.37 | 0.54 |
| Hex | B4 | 7E | 5D | 0 | 1E | 30 | 1D | 17 | 25 | 36 |
| Octal | 264 | 176 | 135 | 0 | 36 | 60 | 35 | 27 | 45 | 66 |
| Binary | 10110100 | 1111110 | 1011101 | 0 | 11110 | 110000 | 11101 | 10111 | 100101 | 110110 |
Color Harmonies of #B47E5D
Complementary color
Monochromatic Colors of #B47E5D
Black with #B47E5D
Text Example
Text Example
White with #B47E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47E5D; }
p { color: rgb(180,126,93); }
H1.HeaderClassName
{
color: #B47E5D;
}
.AnyTagClassName
{
color: #B47E5D;
}
</style>
background-color css
<style>
a { background-color: #B47E5D; }
a { background-color: rgb(180,126,93); }
div.DivClassName
{
background-color: #B47E5D;
}
.BgClassName
{
background-color: #B47E5D;
}
</style>
border-color css
<style>
span { border-color: #B47E5D; }
span { border-color: rgb(180,126,93); }
td.TdClassName
{
border-color: #B47E5D;
}
.TagClassName
{
border-color: #B47E5D;
}
</style>