Shades of Medium Wood #B57B55
Tints of Medium Wood #B57B55
RGB
CMYK
RGB Variations
Color information
#B57B55 (or 0xB57B55) is known color: Medium Wood. HEX triplet: B5, 7B and 55. RGB value is (181,123,85). Sum of RGB (Red+Green+Blue) = 181+123+85=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 85 (33.59% from 255 or 21.85% from 389); Max value from RGB is 181 - color contains mainly: red. Hex color #B57B55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57B55 is #4A84AA. Grayscale: #888888. Windows color (decimal): -4883627 or 5602229. OLE color: 5602229.
HSL color Cylindrical-coordinate representation of color #B57B55: hue angle of 23.75º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B57B55 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 123 | 85 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.29 |
| HSL | 23.75º | 0.39% | 0.52% | - |
| HSV(B) | 23.75º | 0.53% | 0.71% | - |
| XYZ | 27.78 | 24.65 | 11.89 | - |
| YUV | 136.01 | 99.22 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 123 | 85 | 0 | 0.32 | 0.53 | 0.29 | 23.75 | 0.39 | 0.52 |
| Hex | B5 | 7B | 55 | 0 | 20 | 35 | 1D | 18 | 27 | 34 |
| Octal | 265 | 173 | 125 | 0 | 40 | 65 | 35 | 30 | 47 | 64 |
| Binary | 10110101 | 1111011 | 1010101 | 0 | 100000 | 110101 | 11101 | 11000 | 100111 | 110100 |
Color Harmonies of #B57B55
Complementary color
Monochromatic Colors of #B57B55
Black with #B57B55
Text Example
Text Example
White with #B57B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57B55; }
p { color: rgb(181,123,85); }
H1.HeaderClassName
{
color: #B57B55;
}
.AnyTagClassName
{
color: #B57B55;
}
</style>
background-color css
<style>
a { background-color: #B57B55; }
a { background-color: rgb(181,123,85); }
div.DivClassName
{
background-color: #B57B55;
}
.BgClassName
{
background-color: #B57B55;
}
</style>
border-color css
<style>
span { border-color: #B57B55; }
span { border-color: rgb(181,123,85); }
td.TdClassName
{
border-color: #B57B55;
}
.TagClassName
{
border-color: #B57B55;
}
</style>