Shades of Medium Wood #B57D65
Tints of Medium Wood #B57D65
RGB
CMYK
RGB Variations
Color information
#B57D65 (or 0xB57D65) is known color: Medium Wood. HEX triplet: B5, 7D and 65. RGB value is (181,125,101). Sum of RGB (Red+Green+Blue) = 181+125+101=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 125 (49.22% from 255 or 30.71% from 407); Blue value is 101 (39.84% from 255 or 24.82% from 407); Max value from RGB is 181 - color contains mainly: red. Hex color #B57D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57D65 is #4A829A. Grayscale: #8B8B8B. Windows color (decimal): -4883099 or 6651317. OLE color: 6651317.
HSL color Cylindrical-coordinate representation of color #B57D65: hue angle of 18º 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 #B57D65 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 125 | 101 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.29 |
| HSL | 18º | 0.35% | 0.55% | - |
| HSV(B) | 18º | 0.44% | 0.71% | - |
| XYZ | 28.74 | 25.43 | 15.71 | - |
| YUV | 139.01 | 106.55 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 125 | 101 | 0 | 0.31 | 0.44 | 0.29 | 18 | 0.35 | 0.55 |
| Hex | B5 | 7D | 65 | 0 | 1F | 2C | 1D | 12 | 23 | 37 |
| Octal | 265 | 175 | 145 | 0 | 37 | 54 | 35 | 22 | 43 | 67 |
| Binary | 10110101 | 1111101 | 1100101 | 0 | 11111 | 101100 | 11101 | 10010 | 100011 | 110111 |
Color Harmonies of #B57D65
Complementary color
Monochromatic Colors of #B57D65
Black with #B57D65
Text Example
Text Example
White with #B57D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57D65; }
p { color: rgb(181,125,101); }
H1.HeaderClassName
{
color: #B57D65;
}
.AnyTagClassName
{
color: #B57D65;
}
</style>
background-color css
<style>
a { background-color: #B57D65; }
a { background-color: rgb(181,125,101); }
div.DivClassName
{
background-color: #B57D65;
}
.BgClassName
{
background-color: #B57D65;
}
</style>
border-color css
<style>
span { border-color: #B57D65; }
span { border-color: rgb(181,125,101); }
td.TdClassName
{
border-color: #B57D65;
}
.TagClassName
{
border-color: #B57D65;
}
</style>