Shades of Muddy Waters #B57E4D
Tints of Muddy Waters #B57E4D
RGB
CMYK
RGB Variations
Color information
#B57E4D (or 0xB57E4D) is known color: Muddy Waters. HEX triplet: B5, 7E and 4D. RGB value is (181,126,77). Sum of RGB (Red+Green+Blue) = 181+126+77=384 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.14% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 77 (30.47% from 255 or 20.05% from 384); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57E4D is #4A81B2. Grayscale: #898989. Windows color (decimal): -4882867 or 5078709. OLE color: 5078709.
HSL color Cylindrical-coordinate representation of color #B57E4D: hue angle of 28.27º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B57E4D is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 126 | 77 | - |
| CMYK | 0 | 0.30 | 0.57 | 0.29 |
| HSL | 28.27º | 0.41% | 0.51% | - |
| HSV(B) | 28.27º | 0.57% | 0.71% | - |
| XYZ | 27.86 | 25.28 | 10.43 | - |
| YUV | 136.86 | 94.22 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 126 | 77 | 0 | 0.30 | 0.57 | 0.29 | 28.27 | 0.41 | 0.51 |
| Hex | B5 | 7E | 4D | 0 | 1E | 39 | 1D | 1C | 29 | 33 |
| Octal | 265 | 176 | 115 | 0 | 36 | 71 | 35 | 34 | 51 | 63 |
| Binary | 10110101 | 1111110 | 1001101 | 0 | 11110 | 111001 | 11101 | 11100 | 101001 | 110011 |
Color Harmonies of #B57E4D
Complementary color
Monochromatic Colors of #B57E4D
Black with #B57E4D
Text Example
Text Example
White with #B57E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57E4D; }
p { color: rgb(181,126,77); }
H1.HeaderClassName
{
color: #B57E4D;
}
.AnyTagClassName
{
color: #B57E4D;
}
</style>
background-color css
<style>
a { background-color: #B57E4D; }
a { background-color: rgb(181,126,77); }
div.DivClassName
{
background-color: #B57E4D;
}
.BgClassName
{
background-color: #B57E4D;
}
</style>
border-color css
<style>
span { border-color: #B57E4D; }
span { border-color: rgb(181,126,77); }
td.TdClassName
{
border-color: #B57E4D;
}
.TagClassName
{
border-color: #B57E4D;
}
</style>