Shades of Medium Wood #B37962
Tints of Medium Wood #B37962
RGB
CMYK
RGB Variations
Color information
#B37962 (or 0xB37962) is known color: Medium Wood. HEX triplet: B3, 79 and 62. RGB value is (179,121,98). Sum of RGB (Red+Green+Blue) = 179+121+98=398 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.97% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 98 (38.67% from 255 or 24.62% from 398); Max value from RGB is 179 - color contains mainly: red. Hex color #B37962 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37962 is #4C869D. Grayscale: #878787. Windows color (decimal): -5015198 or 6453683. OLE color: 6453683.
HSL color Cylindrical-coordinate representation of color #B37962: hue angle of 17.04º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B37962 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 121 | 98 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.30 |
| HSL | 17.04º | 0.35% | 0.54% | - |
| HSV(B) | 17.04º | 0.45% | 0.7% | - |
| XYZ | 27.63 | 24.14 | 14.76 | - |
| YUV | 135.72 | 106.72 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 121 | 98 | 0 | 0.32 | 0.45 | 0.30 | 17.04 | 0.35 | 0.54 |
| Hex | B3 | 79 | 62 | 0 | 20 | 2D | 1E | 11 | 23 | 36 |
| Octal | 263 | 171 | 142 | 0 | 40 | 55 | 36 | 21 | 43 | 66 |
| Binary | 10110011 | 1111001 | 1100010 | 0 | 100000 | 101101 | 11110 | 10001 | 100011 | 110110 |
Color Harmonies of #B37962
Complementary color
Monochromatic Colors of #B37962
Black with #B37962
Text Example
Text Example
White with #B37962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37962; }
p { color: rgb(179,121,98); }
H1.HeaderClassName
{
color: #B37962;
}
.AnyTagClassName
{
color: #B37962;
}
</style>
background-color css
<style>
a { background-color: #B37962; }
a { background-color: rgb(179,121,98); }
div.DivClassName
{
background-color: #B37962;
}
.BgClassName
{
background-color: #B37962;
}
</style>
border-color css
<style>
span { border-color: #B37962; }
span { border-color: rgb(179,121,98); }
td.TdClassName
{
border-color: #B37962;
}
.TagClassName
{
border-color: #B37962;
}
</style>