Shades of Medium Wood #B37958
Tints of Medium Wood #B37958
RGB
CMYK
RGB Variations
Color information
#B37958 (or 0xB37958) is known color: Medium Wood. HEX triplet: B3, 79 and 58. RGB value is (179,121,88). Sum of RGB (Red+Green+Blue) = 179+121+88=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 88 (34.77% from 255 or 22.68% from 388); Max value from RGB is 179 - color contains mainly: red. Hex color #B37958 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37958 is #4C86A7. Grayscale: #868686. Windows color (decimal): -5015208 or 5798323. OLE color: 5798323.
HSL color Cylindrical-coordinate representation of color #B37958: hue angle of 21.76º 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 #B37958 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 121 | 88 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.30 |
| HSL | 21.76º | 0.37% | 0.52% | - |
| HSV(B) | 21.76º | 0.51% | 0.7% | - |
| XYZ | 27.19 | 23.96 | 12.42 | - |
| YUV | 134.58 | 101.72 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 121 | 88 | 0 | 0.32 | 0.51 | 0.30 | 21.76 | 0.37 | 0.52 |
| Hex | B3 | 79 | 58 | 0 | 20 | 33 | 1E | 16 | 25 | 34 |
| Octal | 263 | 171 | 130 | 0 | 40 | 63 | 36 | 26 | 45 | 64 |
| Binary | 10110011 | 1111001 | 1011000 | 0 | 100000 | 110011 | 11110 | 10110 | 100101 | 110100 |
Color Harmonies of #B37958
Complementary color
Monochromatic Colors of #B37958
Black with #B37958
Text Example
Text Example
White with #B37958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37958; }
p { color: rgb(179,121,88); }
H1.HeaderClassName
{
color: #B37958;
}
.AnyTagClassName
{
color: #B37958;
}
</style>
background-color css
<style>
a { background-color: #B37958; }
a { background-color: rgb(179,121,88); }
div.DivClassName
{
background-color: #B37958;
}
.BgClassName
{
background-color: #B37958;
}
</style>
border-color css
<style>
span { border-color: #B37958; }
span { border-color: rgb(179,121,88); }
td.TdClassName
{
border-color: #B37958;
}
.TagClassName
{
border-color: #B37958;
}
</style>