Shades of Muddy Waters #B17F51
Tints of Muddy Waters #B17F51
RGB
CMYK
RGB Variations
Color information
#B17F51 (or 0xB17F51) is known color: Muddy Waters. HEX triplet: B1, 7F and 51. RGB value is (177,127,81). Sum of RGB (Red+Green+Blue) = 177+127+81=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 81 (32.03% from 255 or 21.04% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17F51 is #4E80AE. Grayscale: #888888. Windows color (decimal): -5144751 or 5341105. OLE color: 5341105.
HSL color Cylindrical-coordinate representation of color #B17F51: hue angle of 28.75º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B17F51 is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 127 | 81 | - |
| CMYK | 0 | 0.28 | 0.54 | 0.31 |
| HSL | 28.75º | 0.38% | 0.51% | - |
| HSV(B) | 28.75º | 0.54% | 0.69% | - |
| XYZ | 27.21 | 25.12 | 11.2 | - |
| YUV | 136.71 | 96.57 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 127 | 81 | 0 | 0.28 | 0.54 | 0.31 | 28.75 | 0.38 | 0.51 |
| Hex | B1 | 7F | 51 | 0 | 1C | 36 | 1F | 1D | 26 | 33 |
| Octal | 261 | 177 | 121 | 0 | 34 | 66 | 37 | 35 | 46 | 63 |
| Binary | 10110001 | 1111111 | 1010001 | 0 | 11100 | 110110 | 11111 | 11101 | 100110 | 110011 |
Color Harmonies of #B17F51
Complementary color
Monochromatic Colors of #B17F51
Black with #B17F51
Text Example
Text Example
White with #B17F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17F51; }
p { color: rgb(177,127,81); }
H1.HeaderClassName
{
color: #B17F51;
}
.AnyTagClassName
{
color: #B17F51;
}
</style>
background-color css
<style>
a { background-color: #B17F51; }
a { background-color: rgb(177,127,81); }
div.DivClassName
{
background-color: #B17F51;
}
.BgClassName
{
background-color: #B17F51;
}
</style>
border-color css
<style>
span { border-color: #B17F51; }
span { border-color: rgb(177,127,81); }
td.TdClassName
{
border-color: #B17F51;
}
.TagClassName
{
border-color: #B17F51;
}
</style>