Shades of Medium Wood #B47F5E
Tints of Medium Wood #B47F5E
RGB
CMYK
RGB Variations
Color information
#B47F5E (or 0xB47F5E) is known color: Medium Wood. HEX triplet: B4, 7F and 5E. RGB value is (180,127,94). Sum of RGB (Red+Green+Blue) = 180+127+94=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B47F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47F5E is #4B80A1. Grayscale: #8B8B8B. Windows color (decimal): -4948130 or 6193076. OLE color: 6193076.
HSL color Cylindrical-coordinate representation of color #B47F5E: hue angle of 23.02º degrees, saturation: 0.36, 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 #B47F5E is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 127 | 94 | - |
| CMYK | 0 | 0.29 | 0.48 | 0.29 |
| HSL | 23.02º | 0.36% | 0.54% | - |
| HSV(B) | 23.02º | 0.48% | 0.71% | - |
| XYZ | 28.43 | 25.69 | 14.05 | - |
| YUV | 139.09 | 102.56 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 127 | 94 | 0 | 0.29 | 0.48 | 0.29 | 23.02 | 0.36 | 0.54 |
| Hex | B4 | 7F | 5E | 0 | 1D | 30 | 1D | 17 | 24 | 36 |
| Octal | 264 | 177 | 136 | 0 | 35 | 60 | 35 | 27 | 44 | 66 |
| Binary | 10110100 | 1111111 | 1011110 | 0 | 11101 | 110000 | 11101 | 10111 | 100100 | 110110 |
Color Harmonies of #B47F5E
Complementary color
Monochromatic Colors of #B47F5E
Black with #B47F5E
Text Example
Text Example
White with #B47F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47F5E; }
p { color: rgb(180,127,94); }
H1.HeaderClassName
{
color: #B47F5E;
}
.AnyTagClassName
{
color: #B47F5E;
}
</style>
background-color css
<style>
a { background-color: #B47F5E; }
a { background-color: rgb(180,127,94); }
div.DivClassName
{
background-color: #B47F5E;
}
.BgClassName
{
background-color: #B47F5E;
}
</style>
border-color css
<style>
span { border-color: #B47F5E; }
span { border-color: rgb(180,127,94); }
td.TdClassName
{
border-color: #B47F5E;
}
.TagClassName
{
border-color: #B47F5E;
}
</style>