Shades of Medium Wood #B37D60
Tints of Medium Wood #B37D60
RGB
CMYK
RGB Variations
Color information
#B37D60 (or 0xB37D60) is known color: Medium Wood. HEX triplet: B3, 7D and 60. RGB value is (179,125,96). Sum of RGB (Red+Green+Blue) = 179+125+96=400 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.75% from 400); Green value is 125 (49.22% from 255 or 31.25% from 400); Blue value is 96 (37.89% from 255 or 24% from 400); Max value from RGB is 179 - color contains mainly: red. Hex color #B37D60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37D60 is #4C829F. Grayscale: #8A8A8A. Windows color (decimal): -5014176 or 6323635. OLE color: 6323635.
HSL color Cylindrical-coordinate representation of color #B37D60: hue angle of 20.96º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B37D60 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 125 | 96 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.30 |
| HSL | 20.96º | 0.35% | 0.54% | - |
| HSV(B) | 20.96º | 0.46% | 0.7% | - |
| XYZ | 28.04 | 25.1 | 14.43 | - |
| YUV | 137.84 | 104.39 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 125 | 96 | 0 | 0.30 | 0.46 | 0.30 | 20.96 | 0.35 | 0.54 |
| Hex | B3 | 7D | 60 | 0 | 1E | 2E | 1E | 15 | 23 | 36 |
| Octal | 263 | 175 | 140 | 0 | 36 | 56 | 36 | 25 | 43 | 66 |
| Binary | 10110011 | 1111101 | 1100000 | 0 | 11110 | 101110 | 11110 | 10101 | 100011 | 110110 |
Color Harmonies of #B37D60
Complementary color
Monochromatic Colors of #B37D60
Black with #B37D60
Text Example
Text Example
White with #B37D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37D60; }
p { color: rgb(179,125,96); }
H1.HeaderClassName
{
color: #B37D60;
}
.AnyTagClassName
{
color: #B37D60;
}
</style>
background-color css
<style>
a { background-color: #B37D60; }
a { background-color: rgb(179,125,96); }
div.DivClassName
{
background-color: #B37D60;
}
.BgClassName
{
background-color: #B37D60;
}
</style>
border-color css
<style>
span { border-color: #B37D60; }
span { border-color: rgb(179,125,96); }
td.TdClassName
{
border-color: #B37D60;
}
.TagClassName
{
border-color: #B37D60;
}
</style>