Shades of Medium Wood #B37A5E
Tints of Medium Wood #B37A5E
RGB
CMYK
RGB Variations
Color information
#B37A5E (or 0xB37A5E) is known color: Medium Wood. HEX triplet: B3, 7A and 5E. RGB value is (179,122,94). Sum of RGB (Red+Green+Blue) = 179+122+94=395 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.32% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 94 (37.11% from 255 or 23.80% from 395); Max value from RGB is 179 - color contains mainly: red. Hex color #B37A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37A5E is #4C85A1. Grayscale: #888888. Windows color (decimal): -5014946 or 6191795. OLE color: 6191795.
HSL color Cylindrical-coordinate representation of color #B37A5E: hue angle of 19.76º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B37A5E is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 122 | 94 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.30 |
| HSL | 19.76º | 0.36% | 0.54% | - |
| HSV(B) | 19.76º | 0.47% | 0.7% | - |
| XYZ | 27.57 | 24.31 | 13.83 | - |
| YUV | 135.85 | 104.38 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 122 | 94 | 0 | 0.32 | 0.47 | 0.30 | 19.76 | 0.36 | 0.54 |
| Hex | B3 | 7A | 5E | 0 | 20 | 2F | 1E | 14 | 24 | 36 |
| Octal | 263 | 172 | 136 | 0 | 40 | 57 | 36 | 24 | 44 | 66 |
| Binary | 10110011 | 1111010 | 1011110 | 0 | 100000 | 101111 | 11110 | 10100 | 100100 | 110110 |
Color Harmonies of #B37A5E
Complementary color
Monochromatic Colors of #B37A5E
Black with #B37A5E
Text Example
Text Example
White with #B37A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37A5E; }
p { color: rgb(179,122,94); }
H1.HeaderClassName
{
color: #B37A5E;
}
.AnyTagClassName
{
color: #B37A5E;
}
</style>
background-color css
<style>
a { background-color: #B37A5E; }
a { background-color: rgb(179,122,94); }
div.DivClassName
{
background-color: #B37A5E;
}
.BgClassName
{
background-color: #B37A5E;
}
</style>
border-color css
<style>
span { border-color: #B37A5E; }
span { border-color: rgb(179,122,94); }
td.TdClassName
{
border-color: #B37A5E;
}
.TagClassName
{
border-color: #B37A5E;
}
</style>