Shades of Medium Wood #B37B64
Tints of Medium Wood #B37B64
RGB
CMYK
RGB Variations
Color information
#B37B64 (or 0xB37B64) is known color: Medium Wood. HEX triplet: B3, 7B and 64. RGB value is (179,123,100). Sum of RGB (Red+Green+Blue) = 179+123+100=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 123 (48.44% from 255 or 30.60% from 402); Blue value is 100 (39.45% from 255 or 24.88% from 402); Max value from RGB is 179 - color contains mainly: red. Hex color #B37B64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37B64 is #4C849B. Grayscale: #898989. Windows color (decimal): -5014684 or 6585267. OLE color: 6585267.
HSL color Cylindrical-coordinate representation of color #B37B64: hue angle of 17.47º 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 #B37B64 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 123 | 100 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.30 |
| HSL | 17.47º | 0.34% | 0.55% | - |
| HSV(B) | 17.47º | 0.44% | 0.7% | - |
| XYZ | 27.97 | 24.67 | 15.34 | - |
| YUV | 137.12 | 107.05 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 123 | 100 | 0 | 0.31 | 0.44 | 0.30 | 17.47 | 0.34 | 0.55 |
| Hex | B3 | 7B | 64 | 0 | 1F | 2C | 1E | 11 | 22 | 37 |
| Octal | 263 | 173 | 144 | 0 | 37 | 54 | 36 | 21 | 42 | 67 |
| Binary | 10110011 | 1111011 | 1100100 | 0 | 11111 | 101100 | 11110 | 10001 | 100010 | 110111 |
Color Harmonies of #B37B64
Complementary color
Monochromatic Colors of #B37B64
Black with #B37B64
Text Example
Text Example
White with #B37B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37B64; }
p { color: rgb(179,123,100); }
H1.HeaderClassName
{
color: #B37B64;
}
.AnyTagClassName
{
color: #B37B64;
}
</style>
background-color css
<style>
a { background-color: #B37B64; }
a { background-color: rgb(179,123,100); }
div.DivClassName
{
background-color: #B37B64;
}
.BgClassName
{
background-color: #B37B64;
}
</style>
border-color css
<style>
span { border-color: #B37B64; }
span { border-color: rgb(179,123,100); }
td.TdClassName
{
border-color: #B37B64;
}
.TagClassName
{
border-color: #B37B64;
}
</style>