Shades of Medium Wood #B37A63
Tints of Medium Wood #B37A63
RGB
CMYK
RGB Variations
Color information
#B37A63 (or 0xB37A63) is known color: Medium Wood. HEX triplet: B3, 7A and 63. RGB value is (179,122,99). Sum of RGB (Red+Green+Blue) = 179+122+99=400 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.75% from 400); Green value is 122 (48.05% from 255 or 30.5% from 400); Blue value is 99 (39.06% from 255 or 24.75% from 400); Max value from RGB is 179 - color contains mainly: red. Hex color #B37A63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37A63 is #4C859C. Grayscale: #888888. Windows color (decimal): -5014941 or 6519475. OLE color: 6519475.
HSL color Cylindrical-coordinate representation of color #B37A63: hue angle of 17.25º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B37A63 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 122 | 99 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.30 |
| HSL | 17.25º | 0.34% | 0.55% | - |
| HSV(B) | 17.25º | 0.45% | 0.7% | - |
| XYZ | 27.8 | 24.4 | 15.05 | - |
| YUV | 136.42 | 106.88 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 122 | 99 | 0 | 0.32 | 0.45 | 0.30 | 17.25 | 0.34 | 0.55 |
| Hex | B3 | 7A | 63 | 0 | 20 | 2D | 1E | 11 | 22 | 37 |
| Octal | 263 | 172 | 143 | 0 | 40 | 55 | 36 | 21 | 42 | 67 |
| Binary | 10110011 | 1111010 | 1100011 | 0 | 100000 | 101101 | 11110 | 10001 | 100010 | 110111 |
Color Harmonies of #B37A63
Complementary color
Monochromatic Colors of #B37A63
Black with #B37A63
Text Example
Text Example
White with #B37A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37A63; }
p { color: rgb(179,122,99); }
H1.HeaderClassName
{
color: #B37A63;
}
.AnyTagClassName
{
color: #B37A63;
}
</style>
background-color css
<style>
a { background-color: #B37A63; }
a { background-color: rgb(179,122,99); }
div.DivClassName
{
background-color: #B37A63;
}
.BgClassName
{
background-color: #B37A63;
}
</style>
border-color css
<style>
span { border-color: #B37A63; }
span { border-color: rgb(179,122,99); }
td.TdClassName
{
border-color: #B37A63;
}
.TagClassName
{
border-color: #B37A63;
}
</style>