Shades of Medium Wood #B57E5E
Tints of Medium Wood #B57E5E
RGB
CMYK
RGB Variations
Color information
#B57E5E (or 0xB57E5E) is known color: Medium Wood. HEX triplet: B5, 7E and 5E. RGB value is (181,126,94). Sum of RGB (Red+Green+Blue) = 181+126+94=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57E5E is #4A81A1. Grayscale: #8A8A8A. Windows color (decimal): -4882850 or 6192821. OLE color: 6192821.
HSL color Cylindrical-coordinate representation of color #B57E5E: hue angle of 22.07º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B57E5E is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 126 | 94 | - |
| CMYK | 0 | 0.30 | 0.48 | 0.29 |
| HSL | 22.07º | 0.37% | 0.54% | - |
| HSV(B) | 22.07º | 0.48% | 0.71% | - |
| XYZ | 28.54 | 25.55 | 14.02 | - |
| YUV | 138.8 | 102.72 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 126 | 94 | 0 | 0.30 | 0.48 | 0.29 | 22.07 | 0.37 | 0.54 |
| Hex | B5 | 7E | 5E | 0 | 1E | 30 | 1D | 16 | 25 | 36 |
| Octal | 265 | 176 | 136 | 0 | 36 | 60 | 35 | 26 | 45 | 66 |
| Binary | 10110101 | 1111110 | 1011110 | 0 | 11110 | 110000 | 11101 | 10110 | 100101 | 110110 |
Color Harmonies of #B57E5E
Complementary color
Monochromatic Colors of #B57E5E
Black with #B57E5E
Text Example
Text Example
White with #B57E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57E5E; }
p { color: rgb(181,126,94); }
H1.HeaderClassName
{
color: #B57E5E;
}
.AnyTagClassName
{
color: #B57E5E;
}
</style>
background-color css
<style>
a { background-color: #B57E5E; }
a { background-color: rgb(181,126,94); }
div.DivClassName
{
background-color: #B57E5E;
}
.BgClassName
{
background-color: #B57E5E;
}
</style>
border-color css
<style>
span { border-color: #B57E5E; }
span { border-color: rgb(181,126,94); }
td.TdClassName
{
border-color: #B57E5E;
}
.TagClassName
{
border-color: #B57E5E;
}
</style>