Shades of Muddy Waters #B57E54
Tints of Muddy Waters #B57E54
RGB
CMYK
RGB Variations
Color information
#B57E54 (or 0xB57E54) is known color: Muddy Waters. HEX triplet: B5, 7E and 54. RGB value is (181,126,84). Sum of RGB (Red+Green+Blue) = 181+126+84=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 126 (49.61% from 255 or 32.23% from 391); Blue value is 84 (33.20% from 255 or 21.48% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57E54 is #4A81AB. Grayscale: #898989. Windows color (decimal): -4882860 or 5537461. OLE color: 5537461.
HSL color Cylindrical-coordinate representation of color #B57E54: hue angle of 25.98º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B57E54 is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 126 | 84 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.29 |
| HSL | 25.98º | 0.4% | 0.52% | - |
| HSV(B) | 25.98º | 0.54% | 0.71% | - |
| XYZ | 28.12 | 25.39 | 11.81 | - |
| YUV | 137.66 | 97.72 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 126 | 84 | 0 | 0.30 | 0.54 | 0.29 | 25.98 | 0.4 | 0.52 |
| Hex | B5 | 7E | 54 | 0 | 1E | 36 | 1D | 1A | 28 | 34 |
| Octal | 265 | 176 | 124 | 0 | 36 | 66 | 35 | 32 | 50 | 64 |
| Binary | 10110101 | 1111110 | 1010100 | 0 | 11110 | 110110 | 11101 | 11010 | 101000 | 110100 |
Color Harmonies of #B57E54
Complementary color
Monochromatic Colors of #B57E54
Black with #B57E54
Text Example
Text Example
White with #B57E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57E54; }
p { color: rgb(181,126,84); }
H1.HeaderClassName
{
color: #B57E54;
}
.AnyTagClassName
{
color: #B57E54;
}
</style>
background-color css
<style>
a { background-color: #B57E54; }
a { background-color: rgb(181,126,84); }
div.DivClassName
{
background-color: #B57E54;
}
.BgClassName
{
background-color: #B57E54;
}
</style>
border-color css
<style>
span { border-color: #B57E54; }
span { border-color: rgb(181,126,84); }
td.TdClassName
{
border-color: #B57E54;
}
.TagClassName
{
border-color: #B57E54;
}
</style>