Shades of Medium Wood #B57E66
Tints of Medium Wood #B57E66
RGB
CMYK
RGB Variations
Color information
#B57E66 (or 0xB57E66) is known color: Medium Wood. HEX triplet: B5, 7E and 66. RGB value is (181,126,102). Sum of RGB (Red+Green+Blue) = 181+126+102=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 126 (49.61% from 255 or 30.81% from 409); Blue value is 102 (40.23% from 255 or 24.94% from 409); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57E66 is #4A8199. Grayscale: #8B8B8B. Windows color (decimal): -4882842 or 6717109. OLE color: 6717109.
HSL color Cylindrical-coordinate representation of color #B57E66: hue angle of 18.23º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B57E66 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 126 | 102 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.29 |
| HSL | 18.23º | 0.35% | 0.55% | - |
| HSV(B) | 18.23º | 0.44% | 0.71% | - |
| XYZ | 28.92 | 25.7 | 16.01 | - |
| YUV | 139.71 | 106.72 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 126 | 102 | 0 | 0.30 | 0.44 | 0.29 | 18.23 | 0.35 | 0.55 |
| Hex | B5 | 7E | 66 | 0 | 1E | 2C | 1D | 12 | 23 | 37 |
| Octal | 265 | 176 | 146 | 0 | 36 | 54 | 35 | 22 | 43 | 67 |
| Binary | 10110101 | 1111110 | 1100110 | 0 | 11110 | 101100 | 11101 | 10010 | 100011 | 110111 |
Color Harmonies of #B57E66
Complementary color
Monochromatic Colors of #B57E66
Black with #B57E66
Text Example
Text Example
White with #B57E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57E66; }
p { color: rgb(181,126,102); }
H1.HeaderClassName
{
color: #B57E66;
}
.AnyTagClassName
{
color: #B57E66;
}
</style>
background-color css
<style>
a { background-color: #B57E66; }
a { background-color: rgb(181,126,102); }
div.DivClassName
{
background-color: #B57E66;
}
.BgClassName
{
background-color: #B57E66;
}
</style>
border-color css
<style>
span { border-color: #B57E66; }
span { border-color: rgb(181,126,102); }
td.TdClassName
{
border-color: #B57E66;
}
.TagClassName
{
border-color: #B57E66;
}
</style>