Shades of Medium Wood #B37C64
Tints of Medium Wood #B37C64
RGB
CMYK
RGB Variations
Color information
#B37C64 (or 0xB37C64) is known color: Medium Wood. HEX triplet: B3, 7C and 64. RGB value is (179,124,100). Sum of RGB (Red+Green+Blue) = 179+124+100=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 124 (48.83% from 255 or 30.77% from 403); Blue value is 100 (39.45% from 255 or 24.81% from 403); Max value from RGB is 179 - color contains mainly: red. Hex color #B37C64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37C64 is #4C839B. Grayscale: #898989. Windows color (decimal): -5014428 or 6585523. OLE color: 6585523.
HSL color Cylindrical-coordinate representation of color #B37C64: hue angle of 18.23º 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 #B37C64 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 124 | 100 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.30 |
| HSL | 18.23º | 0.34% | 0.55% | - |
| HSV(B) | 18.23º | 0.44% | 0.7% | - |
| XYZ | 28.1 | 24.92 | 15.39 | - |
| YUV | 137.71 | 106.72 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 124 | 100 | 0 | 0.31 | 0.44 | 0.30 | 18.23 | 0.34 | 0.55 |
| Hex | B3 | 7C | 64 | 0 | 1F | 2C | 1E | 12 | 22 | 37 |
| Octal | 263 | 174 | 144 | 0 | 37 | 54 | 36 | 22 | 42 | 67 |
| Binary | 10110011 | 1111100 | 1100100 | 0 | 11111 | 101100 | 11110 | 10010 | 100010 | 110111 |
Color Harmonies of #B37C64
Complementary color
Monochromatic Colors of #B37C64
Black with #B37C64
Text Example
Text Example
White with #B37C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37C64; }
p { color: rgb(179,124,100); }
H1.HeaderClassName
{
color: #B37C64;
}
.AnyTagClassName
{
color: #B37C64;
}
</style>
background-color css
<style>
a { background-color: #B37C64; }
a { background-color: rgb(179,124,100); }
div.DivClassName
{
background-color: #B37C64;
}
.BgClassName
{
background-color: #B37C64;
}
</style>
border-color css
<style>
span { border-color: #B37C64; }
span { border-color: rgb(179,124,100); }
td.TdClassName
{
border-color: #B37C64;
}
.TagClassName
{
border-color: #B37C64;
}
</style>