Shades of Medium Wood #B57C61
Tints of Medium Wood #B57C61
RGB
CMYK
RGB Variations
Color information
#B57C61 (or 0xB57C61) is known color: Medium Wood. HEX triplet: B5, 7C and 61. RGB value is (181,124,97). Sum of RGB (Red+Green+Blue) = 181+124+97=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 124 (48.83% from 255 or 30.85% from 402); Blue value is 97 (38.28% from 255 or 24.13% from 402); Max value from RGB is 181 - color contains mainly: red. Hex color #B57C61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57C61 is #4A839E. Grayscale: #8A8A8A. Windows color (decimal): -4883359 or 6388917. OLE color: 6388917.
HSL color Cylindrical-coordinate representation of color #B57C61: hue angle of 19.29º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B57C61 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 124 | 97 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.29 |
| HSL | 19.29º | 0.36% | 0.55% | - |
| HSV(B) | 19.29º | 0.46% | 0.71% | - |
| XYZ | 28.42 | 25.1 | 14.66 | - |
| YUV | 137.97 | 104.88 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 124 | 97 | 0 | 0.31 | 0.46 | 0.29 | 19.29 | 0.36 | 0.55 |
| Hex | B5 | 7C | 61 | 0 | 1F | 2E | 1D | 13 | 24 | 37 |
| Octal | 265 | 174 | 141 | 0 | 37 | 56 | 35 | 23 | 44 | 67 |
| Binary | 10110101 | 1111100 | 1100001 | 0 | 11111 | 101110 | 11101 | 10011 | 100100 | 110111 |
Color Harmonies of #B57C61
Complementary color
Monochromatic Colors of #B57C61
Black with #B57C61
Text Example
Text Example
White with #B57C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57C61; }
p { color: rgb(181,124,97); }
H1.HeaderClassName
{
color: #B57C61;
}
.AnyTagClassName
{
color: #B57C61;
}
</style>
background-color css
<style>
a { background-color: #B57C61; }
a { background-color: rgb(181,124,97); }
div.DivClassName
{
background-color: #B57C61;
}
.BgClassName
{
background-color: #B57C61;
}
</style>
border-color css
<style>
span { border-color: #B57C61; }
span { border-color: rgb(181,124,97); }
td.TdClassName
{
border-color: #B57C61;
}
.TagClassName
{
border-color: #B57C61;
}
</style>