Shades of Medium Wood #B47B5A
Tints of Medium Wood #B47B5A
RGB
CMYK
RGB Variations
Color information
#B47B5A (or 0xB47B5A) is known color: Medium Wood. HEX triplet: B4, 7B and 5A. RGB value is (180,123,90). Sum of RGB (Red+Green+Blue) = 180+123+90=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 90 (35.55% from 255 or 22.90% from 393); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47B5A is #4B84A5. Grayscale: #888888. Windows color (decimal): -4949158 or 5929908. OLE color: 5929908.
HSL color Cylindrical-coordinate representation of color #B47B5A: hue angle of 22º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B47B5A is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 123 | 90 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.29 |
| HSL | 22º | 0.38% | 0.53% | - |
| HSV(B) | 22º | 0.5% | 0.71% | - |
| XYZ | 27.75 | 24.61 | 12.96 | - |
| YUV | 136.28 | 101.88 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 123 | 90 | 0 | 0.32 | 0.50 | 0.29 | 22 | 0.38 | 0.53 |
| Hex | B4 | 7B | 5A | 0 | 20 | 32 | 1D | 16 | 26 | 35 |
| Octal | 264 | 173 | 132 | 0 | 40 | 62 | 35 | 26 | 46 | 65 |
| Binary | 10110100 | 1111011 | 1011010 | 0 | 100000 | 110010 | 11101 | 10110 | 100110 | 110101 |
Color Harmonies of #B47B5A
Complementary color
Monochromatic Colors of #B47B5A
Black with #B47B5A
Text Example
Text Example
White with #B47B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47B5A; }
p { color: rgb(180,123,90); }
H1.HeaderClassName
{
color: #B47B5A;
}
.AnyTagClassName
{
color: #B47B5A;
}
</style>
background-color css
<style>
a { background-color: #B47B5A; }
a { background-color: rgb(180,123,90); }
div.DivClassName
{
background-color: #B47B5A;
}
.BgClassName
{
background-color: #B47B5A;
}
</style>
border-color css
<style>
span { border-color: #B47B5A; }
span { border-color: rgb(180,123,90); }
td.TdClassName
{
border-color: #B47B5A;
}
.TagClassName
{
border-color: #B47B5A;
}
</style>