Shades of Medium Wood #B37B5C
Tints of Medium Wood #B37B5C
RGB
CMYK
RGB Variations
Color information
#B37B5C (or 0xB37B5C) is known color: Medium Wood. HEX triplet: B3, 7B and 5C. RGB value is (179,123,92). Sum of RGB (Red+Green+Blue) = 179+123+92=394 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.43% from 394); Green value is 123 (48.44% from 255 or 31.22% from 394); Blue value is 92 (36.33% from 255 or 23.35% from 394); Max value from RGB is 179 - color contains mainly: red. Hex color #B37B5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37B5C is #4C84A3. Grayscale: #888888. Windows color (decimal): -5014692 or 6060979. OLE color: 6060979.
HSL color Cylindrical-coordinate representation of color #B37B5C: hue angle of 21.38º 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 #B37B5C is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 123 | 92 | - |
| CMYK | 0 | 0.31 | 0.49 | 0.30 |
| HSL | 21.38º | 0.36% | 0.53% | - |
| HSV(B) | 21.38º | 0.49% | 0.7% | - |
| XYZ | 27.61 | 24.52 | 13.4 | - |
| YUV | 136.21 | 103.05 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 123 | 92 | 0 | 0.31 | 0.49 | 0.30 | 21.38 | 0.36 | 0.53 |
| Hex | B3 | 7B | 5C | 0 | 1F | 31 | 1E | 15 | 24 | 35 |
| Octal | 263 | 173 | 134 | 0 | 37 | 61 | 36 | 25 | 44 | 65 |
| Binary | 10110011 | 1111011 | 1011100 | 0 | 11111 | 110001 | 11110 | 10101 | 100100 | 110101 |
Color Harmonies of #B37B5C
Complementary color
Monochromatic Colors of #B37B5C
Black with #B37B5C
Text Example
Text Example
White with #B37B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37B5C; }
p { color: rgb(179,123,92); }
H1.HeaderClassName
{
color: #B37B5C;
}
.AnyTagClassName
{
color: #B37B5C;
}
</style>
background-color css
<style>
a { background-color: #B37B5C; }
a { background-color: rgb(179,123,92); }
div.DivClassName
{
background-color: #B37B5C;
}
.BgClassName
{
background-color: #B37B5C;
}
</style>
border-color css
<style>
span { border-color: #B37B5C; }
span { border-color: rgb(179,123,92); }
td.TdClassName
{
border-color: #B37B5C;
}
.TagClassName
{
border-color: #B37B5C;
}
</style>