Shades of Medium Wood #B37B60
Tints of Medium Wood #B37B60
RGB
CMYK
RGB Variations
Color information
#B37B60 (or 0xB37B60) is known color: Medium Wood. HEX triplet: B3, 7B and 60. RGB value is (179,123,96). Sum of RGB (Red+Green+Blue) = 179+123+96=398 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.97% from 398); Green value is 123 (48.44% from 255 or 30.90% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 179 - color contains mainly: red. Hex color #B37B60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37B60 is #4C849F. Grayscale: #888888. Windows color (decimal): -5014688 or 6323123. OLE color: 6323123.
HSL color Cylindrical-coordinate representation of color #B37B60: hue angle of 19.52º 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 #B37B60 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 123 | 96 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.30 |
| HSL | 19.52º | 0.35% | 0.54% | - |
| HSV(B) | 19.52º | 0.46% | 0.7% | - |
| XYZ | 27.78 | 24.59 | 14.35 | - |
| YUV | 136.67 | 105.05 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 123 | 96 | 0 | 0.31 | 0.46 | 0.30 | 19.52 | 0.35 | 0.54 |
| Hex | B3 | 7B | 60 | 0 | 1F | 2E | 1E | 14 | 23 | 36 |
| Octal | 263 | 173 | 140 | 0 | 37 | 56 | 36 | 24 | 43 | 66 |
| Binary | 10110011 | 1111011 | 1100000 | 0 | 11111 | 101110 | 11110 | 10100 | 100011 | 110110 |
Color Harmonies of #B37B60
Complementary color
Monochromatic Colors of #B37B60
Black with #B37B60
Text Example
Text Example
White with #B37B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37B60; }
p { color: rgb(179,123,96); }
H1.HeaderClassName
{
color: #B37B60;
}
.AnyTagClassName
{
color: #B37B60;
}
</style>
background-color css
<style>
a { background-color: #B37B60; }
a { background-color: rgb(179,123,96); }
div.DivClassName
{
background-color: #B37B60;
}
.BgClassName
{
background-color: #B37B60;
}
</style>
border-color css
<style>
span { border-color: #B37B60; }
span { border-color: rgb(179,123,96); }
td.TdClassName
{
border-color: #B37B60;
}
.TagClassName
{
border-color: #B37B60;
}
</style>