Shades of Medium Wood #B37C5D
Tints of Medium Wood #B37C5D
RGB
CMYK
RGB Variations
Color information
#B37C5D (or 0xB37C5D) is known color: Medium Wood. HEX triplet: B3, 7C and 5D. RGB value is (179,124,93). Sum of RGB (Red+Green+Blue) = 179+124+93=396 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.20% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 179 - color contains mainly: red. Hex color #B37C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37C5D is #4C83A2. Grayscale: #898989. Windows color (decimal): -5014435 or 6126771. OLE color: 6126771.
HSL color Cylindrical-coordinate representation of color #B37C5D: hue angle of 21.63º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B37C5D is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 124 | 93 | - |
| CMYK | 0 | 0.31 | 0.48 | 0.30 |
| HSL | 21.63º | 0.36% | 0.53% | - |
| HSV(B) | 21.63º | 0.48% | 0.7% | - |
| XYZ | 27.77 | 24.79 | 13.68 | - |
| YUV | 136.91 | 103.22 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 124 | 93 | 0 | 0.31 | 0.48 | 0.30 | 21.63 | 0.36 | 0.53 |
| Hex | B3 | 7C | 5D | 0 | 1F | 30 | 1E | 16 | 24 | 35 |
| Octal | 263 | 174 | 135 | 0 | 37 | 60 | 36 | 26 | 44 | 65 |
| Binary | 10110011 | 1111100 | 1011101 | 0 | 11111 | 110000 | 11110 | 10110 | 100100 | 110101 |
Color Harmonies of #B37C5D
Complementary color
Monochromatic Colors of #B37C5D
Black with #B37C5D
Text Example
Text Example
White with #B37C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37C5D; }
p { color: rgb(179,124,93); }
H1.HeaderClassName
{
color: #B37C5D;
}
.AnyTagClassName
{
color: #B37C5D;
}
</style>
background-color css
<style>
a { background-color: #B37C5D; }
a { background-color: rgb(179,124,93); }
div.DivClassName
{
background-color: #B37C5D;
}
.BgClassName
{
background-color: #B37C5D;
}
</style>
border-color css
<style>
span { border-color: #B37C5D; }
span { border-color: rgb(179,124,93); }
td.TdClassName
{
border-color: #B37C5D;
}
.TagClassName
{
border-color: #B37C5D;
}
</style>