Shades of Medium Wood #B37F59
Tints of Medium Wood #B37F59
RGB
CMYK
RGB Variations
Color information
#B37F59 (or 0xB37F59) is known color: Medium Wood. HEX triplet: B3, 7F and 59. RGB value is (179,127,89). Sum of RGB (Red+Green+Blue) = 179+127+89=395 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.32% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 89 (35.16% from 255 or 22.53% from 395); Max value from RGB is 179 - color contains mainly: red. Hex color #B37F59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37F59 is #4C80A6. Grayscale: #8A8A8A. Windows color (decimal): -5013671 or 5865395. OLE color: 5865395.
HSL color Cylindrical-coordinate representation of color #B37F59: hue angle of 25.33º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B37F59 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 127 | 89 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.30 |
| HSL | 25.33º | 0.37% | 0.53% | - |
| HSV(B) | 25.33º | 0.5% | 0.7% | - |
| XYZ | 27.98 | 25.48 | 12.9 | - |
| YUV | 138.22 | 100.23 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 127 | 89 | 0 | 0.29 | 0.50 | 0.30 | 25.33 | 0.37 | 0.53 |
| Hex | B3 | 7F | 59 | 0 | 1D | 32 | 1E | 19 | 25 | 35 |
| Octal | 263 | 177 | 131 | 0 | 35 | 62 | 36 | 31 | 45 | 65 |
| Binary | 10110011 | 1111111 | 1011001 | 0 | 11101 | 110010 | 11110 | 11001 | 100101 | 110101 |
Color Harmonies of #B37F59
Complementary color
Monochromatic Colors of #B37F59
Black with #B37F59
Text Example
Text Example
White with #B37F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37F59; }
p { color: rgb(179,127,89); }
H1.HeaderClassName
{
color: #B37F59;
}
.AnyTagClassName
{
color: #B37F59;
}
</style>
background-color css
<style>
a { background-color: #B37F59; }
a { background-color: rgb(179,127,89); }
div.DivClassName
{
background-color: #B37F59;
}
.BgClassName
{
background-color: #B37F59;
}
</style>
border-color css
<style>
span { border-color: #B37F59; }
span { border-color: rgb(179,127,89); }
td.TdClassName
{
border-color: #B37F59;
}
.TagClassName
{
border-color: #B37F59;
}
</style>