Shades of Medium Wood #B57A5E
Tints of Medium Wood #B57A5E
RGB
CMYK
RGB Variations
Color information
#B57A5E (or 0xB57A5E) is known color: Medium Wood. HEX triplet: B5, 7A and 5E. RGB value is (181,122,94). Sum of RGB (Red+Green+Blue) = 181+122+94=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57A5E is #4A85A1. Grayscale: #888888. Windows color (decimal): -4883874 or 6191797. OLE color: 6191797.
HSL color Cylindrical-coordinate representation of color #B57A5E: hue angle of 19.31º 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 #B57A5E is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 122 | 94 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.29 |
| HSL | 19.31º | 0.37% | 0.54% | - |
| HSV(B) | 19.31º | 0.48% | 0.71% | - |
| XYZ | 28.04 | 24.55 | 13.85 | - |
| YUV | 136.45 | 104.05 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 122 | 94 | 0 | 0.33 | 0.48 | 0.29 | 19.31 | 0.37 | 0.54 |
| Hex | B5 | 7A | 5E | 0 | 21 | 30 | 1D | 13 | 25 | 36 |
| Octal | 265 | 172 | 136 | 0 | 41 | 60 | 35 | 23 | 45 | 66 |
| Binary | 10110101 | 1111010 | 1011110 | 0 | 100001 | 110000 | 11101 | 10011 | 100101 | 110110 |
Color Harmonies of #B57A5E
Complementary color
Monochromatic Colors of #B57A5E
Black with #B57A5E
Text Example
Text Example
White with #B57A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57A5E; }
p { color: rgb(181,122,94); }
H1.HeaderClassName
{
color: #B57A5E;
}
.AnyTagClassName
{
color: #B57A5E;
}
</style>
background-color css
<style>
a { background-color: #B57A5E; }
a { background-color: rgb(181,122,94); }
div.DivClassName
{
background-color: #B57A5E;
}
.BgClassName
{
background-color: #B57A5E;
}
</style>
border-color css
<style>
span { border-color: #B57A5E; }
span { border-color: rgb(181,122,94); }
td.TdClassName
{
border-color: #B57A5E;
}
.TagClassName
{
border-color: #B57A5E;
}
</style>