Shades of Medium Wood #B37D58
Tints of Medium Wood #B37D58
RGB
CMYK
RGB Variations
Color information
#B37D58 (or 0xB37D58) is known color: Medium Wood. HEX triplet: B3, 7D and 58. RGB value is (179,125,88). Sum of RGB (Red+Green+Blue) = 179+125+88=392 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.66% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 88 (34.77% from 255 or 22.45% from 392); Max value from RGB is 179 - color contains mainly: red. Hex color #B37D58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37D58 is #4C82A7. Grayscale: #898989. Windows color (decimal): -5014184 or 5799347. OLE color: 5799347.
HSL color Cylindrical-coordinate representation of color #B37D58: hue angle of 24.4º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B37D58 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 125 | 88 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.30 |
| HSL | 24.4º | 0.37% | 0.52% | - |
| HSV(B) | 24.4º | 0.51% | 0.7% | - |
| XYZ | 27.69 | 24.96 | 12.59 | - |
| YUV | 136.93 | 100.39 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 125 | 88 | 0 | 0.30 | 0.51 | 0.30 | 24.4 | 0.37 | 0.52 |
| Hex | B3 | 7D | 58 | 0 | 1E | 33 | 1E | 18 | 25 | 34 |
| Octal | 263 | 175 | 130 | 0 | 36 | 63 | 36 | 30 | 45 | 64 |
| Binary | 10110011 | 1111101 | 1011000 | 0 | 11110 | 110011 | 11110 | 11000 | 100101 | 110100 |
Color Harmonies of #B37D58
Complementary color
Monochromatic Colors of #B37D58
Black with #B37D58
Text Example
Text Example
White with #B37D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37D58; }
p { color: rgb(179,125,88); }
H1.HeaderClassName
{
color: #B37D58;
}
.AnyTagClassName
{
color: #B37D58;
}
</style>
background-color css
<style>
a { background-color: #B37D58; }
a { background-color: rgb(179,125,88); }
div.DivClassName
{
background-color: #B37D58;
}
.BgClassName
{
background-color: #B37D58;
}
</style>
border-color css
<style>
span { border-color: #B37D58; }
span { border-color: rgb(179,125,88); }
td.TdClassName
{
border-color: #B37D58;
}
.TagClassName
{
border-color: #B37D58;
}
</style>