Shades of Medium Wood #B37D5C
Tints of Medium Wood #B37D5C
RGB
CMYK
RGB Variations
Color information
#B37D5C (or 0xB37D5C) is known color: Medium Wood. HEX triplet: B3, 7D and 5C. RGB value is (179,125,92). Sum of RGB (Red+Green+Blue) = 179+125+92=396 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.20% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 92 (36.33% from 255 or 23.23% from 396); Max value from RGB is 179 - color contains mainly: red. Hex color #B37D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37D5C is #4C82A3. Grayscale: #898989. Windows color (decimal): -5014180 or 6061491. OLE color: 6061491.
HSL color Cylindrical-coordinate representation of color #B37D5C: hue angle of 22.76º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B37D5C is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 125 | 92 | - |
| CMYK | 0 | 0.30 | 0.49 | 0.30 |
| HSL | 22.76º | 0.36% | 0.53% | - |
| HSV(B) | 22.76º | 0.49% | 0.7% | - |
| XYZ | 27.86 | 25.02 | 13.49 | - |
| YUV | 137.38 | 102.39 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 125 | 92 | 0 | 0.30 | 0.49 | 0.30 | 22.76 | 0.36 | 0.53 |
| Hex | B3 | 7D | 5C | 0 | 1E | 31 | 1E | 17 | 24 | 35 |
| Octal | 263 | 175 | 134 | 0 | 36 | 61 | 36 | 27 | 44 | 65 |
| Binary | 10110011 | 1111101 | 1011100 | 0 | 11110 | 110001 | 11110 | 10111 | 100100 | 110101 |
Color Harmonies of #B37D5C
Complementary color
Monochromatic Colors of #B37D5C
Black with #B37D5C
Text Example
Text Example
White with #B37D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37D5C; }
p { color: rgb(179,125,92); }
H1.HeaderClassName
{
color: #B37D5C;
}
.AnyTagClassName
{
color: #B37D5C;
}
</style>
background-color css
<style>
a { background-color: #B37D5C; }
a { background-color: rgb(179,125,92); }
div.DivClassName
{
background-color: #B37D5C;
}
.BgClassName
{
background-color: #B37D5C;
}
</style>
border-color css
<style>
span { border-color: #B37D5C; }
span { border-color: rgb(179,125,92); }
td.TdClassName
{
border-color: #B37D5C;
}
.TagClassName
{
border-color: #B37D5C;
}
</style>