Shades of Medium Wood #B57A57
Tints of Medium Wood #B57A57
RGB
CMYK
RGB Variations
Color information
#B57A57 (or 0xB57A57) is known color: Medium Wood. HEX triplet: B5, 7A and 57. RGB value is (181,122,87). Sum of RGB (Red+Green+Blue) = 181+122+87=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 87 (34.38% from 255 or 22.31% from 390); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57A57 is #4A85A8. Grayscale: #878787. Windows color (decimal): -4883881 or 5733045. OLE color: 5733045.
HSL color Cylindrical-coordinate representation of color #B57A57: hue angle of 22.34º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B57A57 is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 122 | 87 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.29 |
| HSL | 22.34º | 0.39% | 0.53% | - |
| HSV(B) | 22.34º | 0.52% | 0.71% | - |
| XYZ | 27.74 | 24.43 | 12.27 | - |
| YUV | 135.65 | 100.55 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 122 | 87 | 0 | 0.33 | 0.52 | 0.29 | 22.34 | 0.39 | 0.53 |
| Hex | B5 | 7A | 57 | 0 | 21 | 34 | 1D | 16 | 27 | 35 |
| Octal | 265 | 172 | 127 | 0 | 41 | 64 | 35 | 26 | 47 | 65 |
| Binary | 10110101 | 1111010 | 1010111 | 0 | 100001 | 110100 | 11101 | 10110 | 100111 | 110101 |
Color Harmonies of #B57A57
Complementary color
Monochromatic Colors of #B57A57
Black with #B57A57
Text Example
Text Example
White with #B57A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57A57; }
p { color: rgb(181,122,87); }
H1.HeaderClassName
{
color: #B57A57;
}
.AnyTagClassName
{
color: #B57A57;
}
</style>
background-color css
<style>
a { background-color: #B57A57; }
a { background-color: rgb(181,122,87); }
div.DivClassName
{
background-color: #B57A57;
}
.BgClassName
{
background-color: #B57A57;
}
</style>
border-color css
<style>
span { border-color: #B57A57; }
span { border-color: rgb(181,122,87); }
td.TdClassName
{
border-color: #B57A57;
}
.TagClassName
{
border-color: #B57A57;
}
</style>