Shades of Muddy Waters #B17E54
Tints of Muddy Waters #B17E54
RGB
CMYK
RGB Variations
Color information
#B17E54 (or 0xB17E54) is known color: Muddy Waters. HEX triplet: B1, 7E and 54. RGB value is (177,126,84). Sum of RGB (Red+Green+Blue) = 177+126+84=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 126 (49.61% from 255 or 32.56% from 387); Blue value is 84 (33.20% from 255 or 21.71% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B17E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17E54 is #4E81AB. Grayscale: #888888. Windows color (decimal): -5145004 or 5537457. OLE color: 5537457.
HSL color Cylindrical-coordinate representation of color #B17E54: hue angle of 27.1º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B17E54 is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 126 | 84 | - |
| CMYK | 0 | 0.29 | 0.53 | 0.31 |
| HSL | 27.1º | 0.37% | 0.51% | - |
| HSV(B) | 27.1º | 0.53% | 0.69% | - |
| XYZ | 27.19 | 24.91 | 11.76 | - |
| YUV | 136.46 | 98.4 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 126 | 84 | 0 | 0.29 | 0.53 | 0.31 | 27.1 | 0.37 | 0.51 |
| Hex | B1 | 7E | 54 | 0 | 1D | 35 | 1F | 1B | 25 | 33 |
| Octal | 261 | 176 | 124 | 0 | 35 | 65 | 37 | 33 | 45 | 63 |
| Binary | 10110001 | 1111110 | 1010100 | 0 | 11101 | 110101 | 11111 | 11011 | 100101 | 110011 |
Color Harmonies of #B17E54
Complementary color
Monochromatic Colors of #B17E54
Black with #B17E54
Text Example
Text Example
White with #B17E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17E54; }
p { color: rgb(177,126,84); }
H1.HeaderClassName
{
color: #B17E54;
}
.AnyTagClassName
{
color: #B17E54;
}
</style>
background-color css
<style>
a { background-color: #B17E54; }
a { background-color: rgb(177,126,84); }
div.DivClassName
{
background-color: #B17E54;
}
.BgClassName
{
background-color: #B17E54;
}
</style>
border-color css
<style>
span { border-color: #B17E54; }
span { border-color: rgb(177,126,84); }
td.TdClassName
{
border-color: #B17E54;
}
.TagClassName
{
border-color: #B17E54;
}
</style>