Shades of Muddy Waters #B18047
Tints of Muddy Waters #B18047
RGB
CMYK
RGB Variations
Color information
#B18047 (or 0xB18047) is known color: Muddy Waters. HEX triplet: B1, 80 and 47. RGB value is (177,128,71). Sum of RGB (Red+Green+Blue) = 177+128+71=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 71 (28.12% from 255 or 18.88% from 376); Max value from RGB is 177 - color contains mainly: red. Hex color #B18047 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18047 is #4E7FB8. Grayscale: #888888. Windows color (decimal): -5144505 or 4686001. OLE color: 4686001.
HSL color Cylindrical-coordinate representation of color #B18047: hue angle of 32.26º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B18047 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 128 | 71 | - |
| CMYK | 0 | 0.28 | 0.60 | 0.31 |
| HSL | 32.26º | 0.43% | 0.49% | - |
| HSV(B) | 32.26º | 0.6% | 0.69% | - |
| XYZ | 26.99 | 25.24 | 9.41 | - |
| YUV | 136.15 | 91.23 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 128 | 71 | 0 | 0.28 | 0.60 | 0.31 | 32.26 | 0.43 | 0.49 |
| Hex | B1 | 80 | 47 | 0 | 1C | 3C | 1F | 20 | 2B | 31 |
| Octal | 261 | 200 | 107 | 0 | 34 | 74 | 37 | 40 | 53 | 61 |
| Binary | 10110001 | 10000000 | 1000111 | 0 | 11100 | 111100 | 11111 | 100000 | 101011 | 110001 |
Color Harmonies of #B18047
Complementary color
Monochromatic Colors of #B18047
Black with #B18047
Text Example
Text Example
White with #B18047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18047; }
p { color: rgb(177,128,71); }
H1.HeaderClassName
{
color: #B18047;
}
.AnyTagClassName
{
color: #B18047;
}
</style>
background-color css
<style>
a { background-color: #B18047; }
a { background-color: rgb(177,128,71); }
div.DivClassName
{
background-color: #B18047;
}
.BgClassName
{
background-color: #B18047;
}
</style>
border-color css
<style>
span { border-color: #B18047; }
span { border-color: rgb(177,128,71); }
td.TdClassName
{
border-color: #B18047;
}
.TagClassName
{
border-color: #B18047;
}
</style>