Shades of Medium Wood #B57B60
Tints of Medium Wood #B57B60
RGB
CMYK
RGB Variations
Color information
#B57B60 (or 0xB57B60) is known color: Medium Wood. HEX triplet: B5, 7B and 60. RGB value is (181,123,96). Sum of RGB (Red+Green+Blue) = 181+123+96=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 123 (48.44% from 255 or 30.75% from 400); Blue value is 96 (37.89% from 255 or 24% from 400); Max value from RGB is 181 - color contains mainly: red. Hex color #B57B60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57B60 is #4A849F. Grayscale: #898989. Windows color (decimal): -4883616 or 6323125. OLE color: 6323125.
HSL color Cylindrical-coordinate representation of color #B57B60: hue angle of 19.06º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B57B60 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 123 | 96 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.29 |
| HSL | 19.06º | 0.36% | 0.54% | - |
| HSV(B) | 19.06º | 0.47% | 0.71% | - |
| XYZ | 28.25 | 24.83 | 14.37 | - |
| YUV | 137.26 | 104.72 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 123 | 96 | 0 | 0.32 | 0.47 | 0.29 | 19.06 | 0.36 | 0.54 |
| Hex | B5 | 7B | 60 | 0 | 20 | 2F | 1D | 13 | 24 | 36 |
| Octal | 265 | 173 | 140 | 0 | 40 | 57 | 35 | 23 | 44 | 66 |
| Binary | 10110101 | 1111011 | 1100000 | 0 | 100000 | 101111 | 11101 | 10011 | 100100 | 110110 |
Color Harmonies of #B57B60
Complementary color
Monochromatic Colors of #B57B60
Black with #B57B60
Text Example
Text Example
White with #B57B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57B60; }
p { color: rgb(181,123,96); }
H1.HeaderClassName
{
color: #B57B60;
}
.AnyTagClassName
{
color: #B57B60;
}
</style>
background-color css
<style>
a { background-color: #B57B60; }
a { background-color: rgb(181,123,96); }
div.DivClassName
{
background-color: #B57B60;
}
.BgClassName
{
background-color: #B57B60;
}
</style>
border-color css
<style>
span { border-color: #B57B60; }
span { border-color: rgb(181,123,96); }
td.TdClassName
{
border-color: #B57B60;
}
.TagClassName
{
border-color: #B57B60;
}
</style>