Shades of Medium Wood #B57E65
Tints of Medium Wood #B57E65
RGB
CMYK
RGB Variations
Color information
#B57E65 (or 0xB57E65) is known color: Medium Wood. HEX triplet: B5, 7E and 65. RGB value is (181,126,101). Sum of RGB (Red+Green+Blue) = 181+126+101=408 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.36% from 408); Green value is 126 (49.61% from 255 or 30.88% from 408); Blue value is 101 (39.84% from 255 or 24.75% from 408); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57E65 is #4A819A. Grayscale: #8B8B8B. Windows color (decimal): -4882843 or 6651573. OLE color: 6651573.
HSL color Cylindrical-coordinate representation of color #B57E65: hue angle of 18.75º 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 #B57E65 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 126 | 101 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.29 |
| HSL | 18.75º | 0.35% | 0.55% | - |
| HSV(B) | 18.75º | 0.44% | 0.71% | - |
| XYZ | 28.87 | 25.69 | 15.75 | - |
| YUV | 139.6 | 106.22 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 126 | 101 | 0 | 0.30 | 0.44 | 0.29 | 18.75 | 0.35 | 0.55 |
| Hex | B5 | 7E | 65 | 0 | 1E | 2C | 1D | 13 | 23 | 37 |
| Octal | 265 | 176 | 145 | 0 | 36 | 54 | 35 | 23 | 43 | 67 |
| Binary | 10110101 | 1111110 | 1100101 | 0 | 11110 | 101100 | 11101 | 10011 | 100011 | 110111 |
Color Harmonies of #B57E65
Complementary color
Monochromatic Colors of #B57E65
Black with #B57E65
Text Example
Text Example
White with #B57E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57E65; }
p { color: rgb(181,126,101); }
H1.HeaderClassName
{
color: #B57E65;
}
.AnyTagClassName
{
color: #B57E65;
}
</style>
background-color css
<style>
a { background-color: #B57E65; }
a { background-color: rgb(181,126,101); }
div.DivClassName
{
background-color: #B57E65;
}
.BgClassName
{
background-color: #B57E65;
}
</style>
border-color css
<style>
span { border-color: #B57E65; }
span { border-color: rgb(181,126,101); }
td.TdClassName
{
border-color: #B57E65;
}
.TagClassName
{
border-color: #B57E65;
}
</style>