Shades of Muddy Waters #B17F55
Tints of Muddy Waters #B17F55
RGB
CMYK
RGB Variations
Color information
#B17F55 (or 0xB17F55) is known color: Muddy Waters. HEX triplet: B1, 7F and 55. RGB value is (177,127,85). Sum of RGB (Red+Green+Blue) = 177+127+85=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 85 (33.59% from 255 or 21.85% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17F55 is #4E80AA. Grayscale: #898989. Windows color (decimal): -5144747 or 5603249. OLE color: 5603249.
HSL color Cylindrical-coordinate representation of color #B17F55: hue angle of 27.39º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B17F55 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 127 | 85 | - |
| CMYK | 0 | 0.28 | 0.52 | 0.31 |
| HSL | 27.39º | 0.37% | 0.51% | - |
| HSV(B) | 27.39º | 0.52% | 0.69% | - |
| XYZ | 27.36 | 25.18 | 12.01 | - |
| YUV | 137.16 | 98.57 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 127 | 85 | 0 | 0.28 | 0.52 | 0.31 | 27.39 | 0.37 | 0.51 |
| Hex | B1 | 7F | 55 | 0 | 1C | 34 | 1F | 1B | 25 | 33 |
| Octal | 261 | 177 | 125 | 0 | 34 | 64 | 37 | 33 | 45 | 63 |
| Binary | 10110001 | 1111111 | 1010101 | 0 | 11100 | 110100 | 11111 | 11011 | 100101 | 110011 |
Color Harmonies of #B17F55
Complementary color
Monochromatic Colors of #B17F55
Black with #B17F55
Text Example
Text Example
White with #B17F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17F55; }
p { color: rgb(177,127,85); }
H1.HeaderClassName
{
color: #B17F55;
}
.AnyTagClassName
{
color: #B17F55;
}
</style>
background-color css
<style>
a { background-color: #B17F55; }
a { background-color: rgb(177,127,85); }
div.DivClassName
{
background-color: #B17F55;
}
.BgClassName
{
background-color: #B17F55;
}
</style>
border-color css
<style>
span { border-color: #B17F55; }
span { border-color: rgb(177,127,85); }
td.TdClassName
{
border-color: #B17F55;
}
.TagClassName
{
border-color: #B17F55;
}
</style>