Shades of Medium Wood #B37C65
Tints of Medium Wood #B37C65
RGB
CMYK
RGB Variations
Color information
#B37C65 (or 0xB37C65) is known color: Medium Wood. HEX triplet: B3, 7C and 65. RGB value is (179,124,101). Sum of RGB (Red+Green+Blue) = 179+124+101=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 124 (48.83% from 255 or 30.69% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 179 - color contains mainly: red. Hex color #B37C65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37C65 is #4C839A. Grayscale: #898989. Windows color (decimal): -5014427 or 6651059. OLE color: 6651059.
HSL color Cylindrical-coordinate representation of color #B37C65: hue angle of 17.69º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B37C65 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 124 | 101 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.30 |
| HSL | 17.69º | 0.34% | 0.55% | - |
| HSV(B) | 17.69º | 0.44% | 0.7% | - |
| XYZ | 28.15 | 24.94 | 15.64 | - |
| YUV | 137.82 | 107.22 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 124 | 101 | 0 | 0.31 | 0.44 | 0.30 | 17.69 | 0.34 | 0.55 |
| Hex | B3 | 7C | 65 | 0 | 1F | 2C | 1E | 12 | 22 | 37 |
| Octal | 263 | 174 | 145 | 0 | 37 | 54 | 36 | 22 | 42 | 67 |
| Binary | 10110011 | 1111100 | 1100101 | 0 | 11111 | 101100 | 11110 | 10010 | 100010 | 110111 |
Color Harmonies of #B37C65
Complementary color
Monochromatic Colors of #B37C65
Black with #B37C65
Text Example
Text Example
White with #B37C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37C65; }
p { color: rgb(179,124,101); }
H1.HeaderClassName
{
color: #B37C65;
}
.AnyTagClassName
{
color: #B37C65;
}
</style>
background-color css
<style>
a { background-color: #B37C65; }
a { background-color: rgb(179,124,101); }
div.DivClassName
{
background-color: #B37C65;
}
.BgClassName
{
background-color: #B37C65;
}
</style>
border-color css
<style>
span { border-color: #B37C65; }
span { border-color: rgb(179,124,101); }
td.TdClassName
{
border-color: #B37C65;
}
.TagClassName
{
border-color: #B37C65;
}
</style>