Shades of Muddy Waters #B17F56
Tints of Muddy Waters #B17F56
RGB
CMYK
RGB Variations
Color information
#B17F56 (or 0xB17F56) is known color: Muddy Waters. HEX triplet: B1, 7F and 56. RGB value is (177,127,86). Sum of RGB (Red+Green+Blue) = 177+127+86=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 86 (33.98% from 255 or 22.05% from 390); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17F56 is #4E80A9. Grayscale: #898989. Windows color (decimal): -5144746 or 5668785. OLE color: 5668785.
HSL color Cylindrical-coordinate representation of color #B17F56: hue angle of 27.03º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B17F56 is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 127 | 86 | - |
| CMYK | 0 | 0.28 | 0.51 | 0.31 |
| HSL | 27.03º | 0.37% | 0.52% | - |
| HSV(B) | 27.03º | 0.51% | 0.69% | - |
| XYZ | 27.4 | 25.2 | 12.22 | - |
| YUV | 137.28 | 99.07 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 127 | 86 | 0 | 0.28 | 0.51 | 0.31 | 27.03 | 0.37 | 0.52 |
| Hex | B1 | 7F | 56 | 0 | 1C | 33 | 1F | 1B | 25 | 34 |
| Octal | 261 | 177 | 126 | 0 | 34 | 63 | 37 | 33 | 45 | 64 |
| Binary | 10110001 | 1111111 | 1010110 | 0 | 11100 | 110011 | 11111 | 11011 | 100101 | 110100 |
Color Harmonies of #B17F56
Complementary color
Monochromatic Colors of #B17F56
Black with #B17F56
Text Example
Text Example
White with #B17F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17F56; }
p { color: rgb(177,127,86); }
H1.HeaderClassName
{
color: #B17F56;
}
.AnyTagClassName
{
color: #B17F56;
}
</style>
background-color css
<style>
a { background-color: #B17F56; }
a { background-color: rgb(177,127,86); }
div.DivClassName
{
background-color: #B17F56;
}
.BgClassName
{
background-color: #B17F56;
}
</style>
border-color css
<style>
span { border-color: #B17F56; }
span { border-color: rgb(177,127,86); }
td.TdClassName
{
border-color: #B17F56;
}
.TagClassName
{
border-color: #B17F56;
}
</style>