Shades of Medium Wood #B47C5E
Tints of Medium Wood #B47C5E
RGB
CMYK
RGB Variations
Color information
#B47C5E (or 0xB47C5E) is known color: Medium Wood. HEX triplet: B4, 7C and 5E. RGB value is (180,124,94). Sum of RGB (Red+Green+Blue) = 180+124+94=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 94 (37.11% from 255 or 23.62% from 398); Max value from RGB is 180 - color contains mainly: red. Hex color #B47C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47C5E is #4B83A1. Grayscale: #898989. Windows color (decimal): -4948898 or 6192308. OLE color: 6192308.
HSL color Cylindrical-coordinate representation of color #B47C5E: hue angle of 20.93º 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 #B47C5E is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 124 | 94 | - |
| CMYK | 0 | 0.31 | 0.48 | 0.29 |
| HSL | 20.93º | 0.36% | 0.54% | - |
| HSV(B) | 20.93º | 0.48% | 0.71% | - |
| XYZ | 28.05 | 24.93 | 13.92 | - |
| YUV | 137.32 | 103.55 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 124 | 94 | 0 | 0.31 | 0.48 | 0.29 | 20.93 | 0.36 | 0.54 |
| Hex | B4 | 7C | 5E | 0 | 1F | 30 | 1D | 15 | 24 | 36 |
| Octal | 264 | 174 | 136 | 0 | 37 | 60 | 35 | 25 | 44 | 66 |
| Binary | 10110100 | 1111100 | 1011110 | 0 | 11111 | 110000 | 11101 | 10101 | 100100 | 110110 |
Color Harmonies of #B47C5E
Complementary color
Monochromatic Colors of #B47C5E
Black with #B47C5E
Text Example
Text Example
White with #B47C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47C5E; }
p { color: rgb(180,124,94); }
H1.HeaderClassName
{
color: #B47C5E;
}
.AnyTagClassName
{
color: #B47C5E;
}
</style>
background-color css
<style>
a { background-color: #B47C5E; }
a { background-color: rgb(180,124,94); }
div.DivClassName
{
background-color: #B47C5E;
}
.BgClassName
{
background-color: #B47C5E;
}
</style>
border-color css
<style>
span { border-color: #B47C5E; }
span { border-color: rgb(180,124,94); }
td.TdClassName
{
border-color: #B47C5E;
}
.TagClassName
{
border-color: #B47C5E;
}
</style>