Shades of Medium Wood #B37A61
Tints of Medium Wood #B37A61
RGB
CMYK
RGB Variations
Color information
#B37A61 (or 0xB37A61) is known color: Medium Wood. HEX triplet: B3, 7A and 61. RGB value is (179,122,97). Sum of RGB (Red+Green+Blue) = 179+122+97=398 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.97% from 398); Green value is 122 (48.05% from 255 or 30.65% from 398); Blue value is 97 (38.28% from 255 or 24.37% from 398); Max value from RGB is 179 - color contains mainly: red. Hex color #B37A61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37A61 is #4C859E. Grayscale: #888888. Windows color (decimal): -5014943 or 6388403. OLE color: 6388403.
HSL color Cylindrical-coordinate representation of color #B37A61: hue angle of 18.29º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B37A61 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 122 | 97 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.30 |
| HSL | 18.29º | 0.35% | 0.54% | - |
| HSV(B) | 18.29º | 0.46% | 0.7% | - |
| XYZ | 27.71 | 24.37 | 14.55 | - |
| YUV | 136.19 | 105.88 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 122 | 97 | 0 | 0.32 | 0.46 | 0.30 | 18.29 | 0.35 | 0.54 |
| Hex | B3 | 7A | 61 | 0 | 20 | 2E | 1E | 12 | 23 | 36 |
| Octal | 263 | 172 | 141 | 0 | 40 | 56 | 36 | 22 | 43 | 66 |
| Binary | 10110011 | 1111010 | 1100001 | 0 | 100000 | 101110 | 11110 | 10010 | 100011 | 110110 |
Color Harmonies of #B37A61
Complementary color
Monochromatic Colors of #B37A61
Black with #B37A61
Text Example
Text Example
White with #B37A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37A61; }
p { color: rgb(179,122,97); }
H1.HeaderClassName
{
color: #B37A61;
}
.AnyTagClassName
{
color: #B37A61;
}
</style>
background-color css
<style>
a { background-color: #B37A61; }
a { background-color: rgb(179,122,97); }
div.DivClassName
{
background-color: #B37A61;
}
.BgClassName
{
background-color: #B37A61;
}
</style>
border-color css
<style>
span { border-color: #B37A61; }
span { border-color: rgb(179,122,97); }
td.TdClassName
{
border-color: #B37A61;
}
.TagClassName
{
border-color: #B37A61;
}
</style>