Shades of Muddy Waters #B17F50
Tints of Muddy Waters #B17F50
RGB
CMYK
RGB Variations
Color information
#B17F50 (or 0xB17F50) is known color: Muddy Waters. HEX triplet: B1, 7F and 50. RGB value is (177,127,80). Sum of RGB (Red+Green+Blue) = 177+127+80=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 80 (31.64% from 255 or 20.83% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17F50 is #4E80AF. Grayscale: #888888. Windows color (decimal): -5144752 or 5275569. OLE color: 5275569.
HSL color Cylindrical-coordinate representation of color #B17F50: hue angle of 29.07º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B17F50 is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 127 | 80 | - |
| CMYK | 0 | 0.28 | 0.55 | 0.31 |
| HSL | 29.07º | 0.38% | 0.5% | - |
| HSV(B) | 29.07º | 0.55% | 0.69% | - |
| XYZ | 27.17 | 25.11 | 11 | - |
| YUV | 136.59 | 96.07 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 127 | 80 | 0 | 0.28 | 0.55 | 0.31 | 29.07 | 0.38 | 0.5 |
| Hex | B1 | 7F | 50 | 0 | 1C | 37 | 1F | 1D | 26 | 32 |
| Octal | 261 | 177 | 120 | 0 | 34 | 67 | 37 | 35 | 46 | 62 |
| Binary | 10110001 | 1111111 | 1010000 | 0 | 11100 | 110111 | 11111 | 11101 | 100110 | 110010 |
Color Harmonies of #B17F50
Complementary color
Monochromatic Colors of #B17F50
Black with #B17F50
Text Example
Text Example
White with #B17F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17F50; }
p { color: rgb(177,127,80); }
H1.HeaderClassName
{
color: #B17F50;
}
.AnyTagClassName
{
color: #B17F50;
}
</style>
background-color css
<style>
a { background-color: #B17F50; }
a { background-color: rgb(177,127,80); }
div.DivClassName
{
background-color: #B17F50;
}
.BgClassName
{
background-color: #B17F50;
}
</style>
border-color css
<style>
span { border-color: #B17F50; }
span { border-color: rgb(177,127,80); }
td.TdClassName
{
border-color: #B17F50;
}
.TagClassName
{
border-color: #B17F50;
}
</style>