Shades of Medium Wood #B57E63
Tints of Medium Wood #B57E63
RGB
CMYK
RGB Variations
Color information
#B57E63 (or 0xB57E63) is known color: Medium Wood. HEX triplet: B5, 7E and 63. RGB value is (181,126,99). Sum of RGB (Red+Green+Blue) = 181+126+99=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 126 (49.61% from 255 or 31.03% from 406); Blue value is 99 (39.06% from 255 or 24.38% from 406); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57E63 is #4A819C. Grayscale: #8B8B8B. Windows color (decimal): -4882845 or 6520501. OLE color: 6520501.
HSL color Cylindrical-coordinate representation of color #B57E63: hue angle of 19.76º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B57E63 is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 126 | 99 | - |
| CMYK | 0 | 0.30 | 0.45 | 0.29 |
| HSL | 19.76º | 0.36% | 0.55% | - |
| HSV(B) | 19.76º | 0.45% | 0.71% | - |
| XYZ | 28.77 | 25.65 | 15.24 | - |
| YUV | 139.37 | 105.22 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 126 | 99 | 0 | 0.30 | 0.45 | 0.29 | 19.76 | 0.36 | 0.55 |
| Hex | B5 | 7E | 63 | 0 | 1E | 2D | 1D | 14 | 24 | 37 |
| Octal | 265 | 176 | 143 | 0 | 36 | 55 | 35 | 24 | 44 | 67 |
| Binary | 10110101 | 1111110 | 1100011 | 0 | 11110 | 101101 | 11101 | 10100 | 100100 | 110111 |
Color Harmonies of #B57E63
Complementary color
Monochromatic Colors of #B57E63
Black with #B57E63
Text Example
Text Example
White with #B57E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57E63; }
p { color: rgb(181,126,99); }
H1.HeaderClassName
{
color: #B57E63;
}
.AnyTagClassName
{
color: #B57E63;
}
</style>
background-color css
<style>
a { background-color: #B57E63; }
a { background-color: rgb(181,126,99); }
div.DivClassName
{
background-color: #B57E63;
}
.BgClassName
{
background-color: #B57E63;
}
</style>
border-color css
<style>
span { border-color: #B57E63; }
span { border-color: rgb(181,126,99); }
td.TdClassName
{
border-color: #B57E63;
}
.TagClassName
{
border-color: #B57E63;
}
</style>