Shades of Medium Wood #B47B5B
Tints of Medium Wood #B47B5B
RGB
CMYK
RGB Variations
Color information
#B47B5B (or 0xB47B5B) is known color: Medium Wood. HEX triplet: B4, 7B and 5B. RGB value is (180,123,91). Sum of RGB (Red+Green+Blue) = 180+123+91=394 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.69% from 394); Green value is 123 (48.44% from 255 or 31.22% from 394); Blue value is 91 (35.94% from 255 or 23.10% from 394); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47B5B is #4B84A4. Grayscale: #888888. Windows color (decimal): -4949157 or 5995444. OLE color: 5995444.
HSL color Cylindrical-coordinate representation of color #B47B5B: hue angle of 21.57º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B47B5B is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 123 | 91 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.29 |
| HSL | 21.57º | 0.37% | 0.53% | - |
| HSV(B) | 21.57º | 0.49% | 0.71% | - |
| XYZ | 27.79 | 24.62 | 13.19 | - |
| YUV | 136.4 | 102.38 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 123 | 91 | 0 | 0.32 | 0.49 | 0.29 | 21.57 | 0.37 | 0.53 |
| Hex | B4 | 7B | 5B | 0 | 20 | 31 | 1D | 16 | 25 | 35 |
| Octal | 264 | 173 | 133 | 0 | 40 | 61 | 35 | 26 | 45 | 65 |
| Binary | 10110100 | 1111011 | 1011011 | 0 | 100000 | 110001 | 11101 | 10110 | 100101 | 110101 |
Color Harmonies of #B47B5B
Complementary color
Monochromatic Colors of #B47B5B
Black with #B47B5B
Text Example
Text Example
White with #B47B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47B5B; }
p { color: rgb(180,123,91); }
H1.HeaderClassName
{
color: #B47B5B;
}
.AnyTagClassName
{
color: #B47B5B;
}
</style>
background-color css
<style>
a { background-color: #B47B5B; }
a { background-color: rgb(180,123,91); }
div.DivClassName
{
background-color: #B47B5B;
}
.BgClassName
{
background-color: #B47B5B;
}
</style>
border-color css
<style>
span { border-color: #B47B5B; }
span { border-color: rgb(180,123,91); }
td.TdClassName
{
border-color: #B47B5B;
}
.TagClassName
{
border-color: #B47B5B;
}
</style>