Shades of Medium Wood #B47F62
Tints of Medium Wood #B47F62
RGB
CMYK
RGB Variations
Color information
#B47F62 (or 0xB47F62) is known color: Medium Wood. HEX triplet: B4, 7F and 62. RGB value is (180,127,98). Sum of RGB (Red+Green+Blue) = 180+127+98=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 98 (38.67% from 255 or 24.20% from 405); Max value from RGB is 180 - color contains mainly: red. Hex color #B47F62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47F62 is #4B809D. Grayscale: #8B8B8B. Windows color (decimal): -4948126 or 6455220. OLE color: 6455220.
HSL color Cylindrical-coordinate representation of color #B47F62: hue angle of 21.22º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B47F62 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 127 | 98 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.29 |
| HSL | 21.22º | 0.35% | 0.55% | - |
| HSV(B) | 21.22º | 0.46% | 0.71% | - |
| XYZ | 28.62 | 25.76 | 15.02 | - |
| YUV | 139.54 | 104.56 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 127 | 98 | 0 | 0.29 | 0.46 | 0.29 | 21.22 | 0.35 | 0.55 |
| Hex | B4 | 7F | 62 | 0 | 1D | 2E | 1D | 15 | 23 | 37 |
| Octal | 264 | 177 | 142 | 0 | 35 | 56 | 35 | 25 | 43 | 67 |
| Binary | 10110100 | 1111111 | 1100010 | 0 | 11101 | 101110 | 11101 | 10101 | 100011 | 110111 |
Color Harmonies of #B47F62
Complementary color
Monochromatic Colors of #B47F62
Black with #B47F62
Text Example
Text Example
White with #B47F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47F62; }
p { color: rgb(180,127,98); }
H1.HeaderClassName
{
color: #B47F62;
}
.AnyTagClassName
{
color: #B47F62;
}
</style>
background-color css
<style>
a { background-color: #B47F62; }
a { background-color: rgb(180,127,98); }
div.DivClassName
{
background-color: #B47F62;
}
.BgClassName
{
background-color: #B47F62;
}
</style>
border-color css
<style>
span { border-color: #B47F62; }
span { border-color: rgb(180,127,98); }
td.TdClassName
{
border-color: #B47F62;
}
.TagClassName
{
border-color: #B47F62;
}
</style>