Shades of Medium Wood #B37E5B
Tints of Medium Wood #B37E5B
RGB
CMYK
RGB Variations
Color information
#B37E5B (or 0xB37E5B) is known color: Medium Wood. HEX triplet: B3, 7E and 5B. RGB value is (179,126,91). Sum of RGB (Red+Green+Blue) = 179+126+91=396 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.20% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 91 (35.94% from 255 or 22.98% from 396); Max value from RGB is 179 - color contains mainly: red. Hex color #B37E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37E5B is #4C81A4. Grayscale: #8A8A8A. Windows color (decimal): -5013925 or 5996211. OLE color: 5996211.
HSL color Cylindrical-coordinate representation of color #B37E5B: hue angle of 23.86º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B37E5B is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 126 | 91 | - |
| CMYK | 0 | 0.30 | 0.49 | 0.30 |
| HSL | 23.86º | 0.37% | 0.53% | - |
| HSV(B) | 23.86º | 0.49% | 0.7% | - |
| XYZ | 27.94 | 25.26 | 13.3 | - |
| YUV | 137.86 | 101.56 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 126 | 91 | 0 | 0.30 | 0.49 | 0.30 | 23.86 | 0.37 | 0.53 |
| Hex | B3 | 7E | 5B | 0 | 1E | 31 | 1E | 18 | 25 | 35 |
| Octal | 263 | 176 | 133 | 0 | 36 | 61 | 36 | 30 | 45 | 65 |
| Binary | 10110011 | 1111110 | 1011011 | 0 | 11110 | 110001 | 11110 | 11000 | 100101 | 110101 |
Color Harmonies of #B37E5B
Complementary color
Monochromatic Colors of #B37E5B
Black with #B37E5B
Text Example
Text Example
White with #B37E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37E5B; }
p { color: rgb(179,126,91); }
H1.HeaderClassName
{
color: #B37E5B;
}
.AnyTagClassName
{
color: #B37E5B;
}
</style>
background-color css
<style>
a { background-color: #B37E5B; }
a { background-color: rgb(179,126,91); }
div.DivClassName
{
background-color: #B37E5B;
}
.BgClassName
{
background-color: #B37E5B;
}
</style>
border-color css
<style>
span { border-color: #B37E5B; }
span { border-color: rgb(179,126,91); }
td.TdClassName
{
border-color: #B37E5B;
}
.TagClassName
{
border-color: #B37E5B;
}
</style>