Shades of Medium Wood #B37D64
Tints of Medium Wood #B37D64
RGB
CMYK
RGB Variations
Color information
#B37D64 (or 0xB37D64) is known color: Medium Wood. HEX triplet: B3, 7D and 64. RGB value is (179,125,100). Sum of RGB (Red+Green+Blue) = 179+125+100=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 100 (39.45% from 255 or 24.75% from 404); Max value from RGB is 179 - color contains mainly: red. Hex color #B37D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37D64 is #4C829B. Grayscale: #8A8A8A. Windows color (decimal): -5014172 or 6585779. OLE color: 6585779.
HSL color Cylindrical-coordinate representation of color #B37D64: hue angle of 18.99º 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 #B37D64 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 125 | 100 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.30 |
| HSL | 18.99º | 0.34% | 0.55% | - |
| HSV(B) | 18.99º | 0.44% | 0.7% | - |
| XYZ | 28.22 | 25.17 | 15.43 | - |
| YUV | 138.3 | 106.39 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 125 | 100 | 0 | 0.30 | 0.44 | 0.30 | 18.99 | 0.34 | 0.55 |
| Hex | B3 | 7D | 64 | 0 | 1E | 2C | 1E | 13 | 22 | 37 |
| Octal | 263 | 175 | 144 | 0 | 36 | 54 | 36 | 23 | 42 | 67 |
| Binary | 10110011 | 1111101 | 1100100 | 0 | 11110 | 101100 | 11110 | 10011 | 100010 | 110111 |
Color Harmonies of #B37D64
Complementary color
Monochromatic Colors of #B37D64
Black with #B37D64
Text Example
Text Example
White with #B37D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37D64; }
p { color: rgb(179,125,100); }
H1.HeaderClassName
{
color: #B37D64;
}
.AnyTagClassName
{
color: #B37D64;
}
</style>
background-color css
<style>
a { background-color: #B37D64; }
a { background-color: rgb(179,125,100); }
div.DivClassName
{
background-color: #B37D64;
}
.BgClassName
{
background-color: #B37D64;
}
</style>
border-color css
<style>
span { border-color: #B37D64; }
span { border-color: rgb(179,125,100); }
td.TdClassName
{
border-color: #B37D64;
}
.TagClassName
{
border-color: #B37D64;
}
</style>