Shades of Medium Wood #B37C60
Tints of Medium Wood #B37C60
RGB
CMYK
RGB Variations
Color information
#B37C60 (or 0xB37C60) is known color: Medium Wood. HEX triplet: B3, 7C and 60. RGB value is (179,124,96). Sum of RGB (Red+Green+Blue) = 179+124+96=399 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.86% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 96 (37.89% from 255 or 24.06% from 399); Max value from RGB is 179 - color contains mainly: red. Hex color #B37C60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37C60 is #4C839F. Grayscale: #898989. Windows color (decimal): -5014432 or 6323379. OLE color: 6323379.
HSL color Cylindrical-coordinate representation of color #B37C60: hue angle of 20.24º 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 #B37C60 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 124 | 96 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.30 |
| HSL | 20.24º | 0.35% | 0.54% | - |
| HSV(B) | 20.24º | 0.46% | 0.7% | - |
| XYZ | 27.91 | 24.84 | 14.39 | - |
| YUV | 137.25 | 104.72 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 124 | 96 | 0 | 0.31 | 0.46 | 0.30 | 20.24 | 0.35 | 0.54 |
| Hex | B3 | 7C | 60 | 0 | 1F | 2E | 1E | 14 | 23 | 36 |
| Octal | 263 | 174 | 140 | 0 | 37 | 56 | 36 | 24 | 43 | 66 |
| Binary | 10110011 | 1111100 | 1100000 | 0 | 11111 | 101110 | 11110 | 10100 | 100011 | 110110 |
Color Harmonies of #B37C60
Complementary color
Monochromatic Colors of #B37C60
Black with #B37C60
Text Example
Text Example
White with #B37C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37C60; }
p { color: rgb(179,124,96); }
H1.HeaderClassName
{
color: #B37C60;
}
.AnyTagClassName
{
color: #B37C60;
}
</style>
background-color css
<style>
a { background-color: #B37C60; }
a { background-color: rgb(179,124,96); }
div.DivClassName
{
background-color: #B37C60;
}
.BgClassName
{
background-color: #B37C60;
}
</style>
border-color css
<style>
span { border-color: #B37C60; }
span { border-color: rgb(179,124,96); }
td.TdClassName
{
border-color: #B37C60;
}
.TagClassName
{
border-color: #B37C60;
}
</style>