Shades of Medium Wood #B37E5D
Tints of Medium Wood #B37E5D
RGB
CMYK
RGB Variations
Color information
#B37E5D (or 0xB37E5D) is known color: Medium Wood. HEX triplet: B3, 7E and 5D. RGB value is (179,126,93). Sum of RGB (Red+Green+Blue) = 179+126+93=398 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.97% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 179 - color contains mainly: red. Hex color #B37E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37E5D is #4C81A2. Grayscale: #8A8A8A. Windows color (decimal): -5013923 or 6127283. OLE color: 6127283.
HSL color Cylindrical-coordinate representation of color #B37E5D: hue angle of 23.02º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B37E5D is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 126 | 93 | - |
| CMYK | 0 | 0.30 | 0.48 | 0.30 |
| HSL | 23.02º | 0.36% | 0.53% | - |
| HSV(B) | 23.02º | 0.48% | 0.7% | - |
| XYZ | 28.03 | 25.3 | 13.76 | - |
| YUV | 138.09 | 102.56 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 126 | 93 | 0 | 0.30 | 0.48 | 0.30 | 23.02 | 0.36 | 0.53 |
| Hex | B3 | 7E | 5D | 0 | 1E | 30 | 1E | 17 | 24 | 35 |
| Octal | 263 | 176 | 135 | 0 | 36 | 60 | 36 | 27 | 44 | 65 |
| Binary | 10110011 | 1111110 | 1011101 | 0 | 11110 | 110000 | 11110 | 10111 | 100100 | 110101 |
Color Harmonies of #B37E5D
Complementary color
Monochromatic Colors of #B37E5D
Black with #B37E5D
Text Example
Text Example
White with #B37E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37E5D; }
p { color: rgb(179,126,93); }
H1.HeaderClassName
{
color: #B37E5D;
}
.AnyTagClassName
{
color: #B37E5D;
}
</style>
background-color css
<style>
a { background-color: #B37E5D; }
a { background-color: rgb(179,126,93); }
div.DivClassName
{
background-color: #B37E5D;
}
.BgClassName
{
background-color: #B37E5D;
}
</style>
border-color css
<style>
span { border-color: #B37E5D; }
span { border-color: rgb(179,126,93); }
td.TdClassName
{
border-color: #B37E5D;
}
.TagClassName
{
border-color: #B37E5D;
}
</style>