Shades of Medium Wood #B37C59
Tints of Medium Wood #B37C59
RGB
CMYK
RGB Variations
Color information
#B37C59 (or 0xB37C59) is known color: Medium Wood. HEX triplet: B3, 7C and 59. RGB value is (179,124,89). Sum of RGB (Red+Green+Blue) = 179+124+89=392 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.66% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 89 (35.16% from 255 or 22.70% from 392); Max value from RGB is 179 - color contains mainly: red. Hex color #B37C59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37C59 is #4C83A6. Grayscale: #888888. Windows color (decimal): -5014439 or 5864627. OLE color: 5864627.
HSL color Cylindrical-coordinate representation of color #B37C59: hue angle of 23.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 #B37C59 is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 124 | 89 | - |
| CMYK | 0 | 0.31 | 0.50 | 0.30 |
| HSL | 23.33º | 0.37% | 0.53% | - |
| HSV(B) | 23.33º | 0.5% | 0.7% | - |
| XYZ | 27.6 | 24.72 | 12.77 | - |
| YUV | 136.46 | 101.22 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 124 | 89 | 0 | 0.31 | 0.50 | 0.30 | 23.33 | 0.37 | 0.53 |
| Hex | B3 | 7C | 59 | 0 | 1F | 32 | 1E | 17 | 25 | 35 |
| Octal | 263 | 174 | 131 | 0 | 37 | 62 | 36 | 27 | 45 | 65 |
| Binary | 10110011 | 1111100 | 1011001 | 0 | 11111 | 110010 | 11110 | 10111 | 100101 | 110101 |
Color Harmonies of #B37C59
Complementary color
Monochromatic Colors of #B37C59
Black with #B37C59
Text Example
Text Example
White with #B37C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37C59; }
p { color: rgb(179,124,89); }
H1.HeaderClassName
{
color: #B37C59;
}
.AnyTagClassName
{
color: #B37C59;
}
</style>
background-color css
<style>
a { background-color: #B37C59; }
a { background-color: rgb(179,124,89); }
div.DivClassName
{
background-color: #B37C59;
}
.BgClassName
{
background-color: #B37C59;
}
</style>
border-color css
<style>
span { border-color: #B37C59; }
span { border-color: rgb(179,124,89); }
td.TdClassName
{
border-color: #B37C59;
}
.TagClassName
{
border-color: #B37C59;
}
</style>