Shades of Muddy Waters #B1804D
Tints of Muddy Waters #B1804D
RGB
CMYK
RGB Variations
Color information
#B1804D (or 0xB1804D) is known color: Muddy Waters. HEX triplet: B1, 80 and 4D. RGB value is (177,128,77). Sum of RGB (Red+Green+Blue) = 177+128+77=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 177 - color contains mainly: red. Hex color #B1804D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1804D is #4E7FB2. Grayscale: #898989. Windows color (decimal): -5144499 or 5079217. OLE color: 5079217.
HSL color Cylindrical-coordinate representation of color #B1804D: hue angle of 30.6º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B1804D is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 128 | 77 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.31 |
| HSL | 30.6º | 0.39% | 0.5% | - |
| HSV(B) | 30.6º | 0.56% | 0.69% | - |
| XYZ | 27.19 | 25.32 | 10.48 | - |
| YUV | 136.84 | 94.23 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 128 | 77 | 0 | 0.28 | 0.56 | 0.31 | 30.6 | 0.39 | 0.5 |
| Hex | B1 | 80 | 4D | 0 | 1C | 38 | 1F | 1F | 27 | 32 |
| Octal | 261 | 200 | 115 | 0 | 34 | 70 | 37 | 37 | 47 | 62 |
| Binary | 10110001 | 10000000 | 1001101 | 0 | 11100 | 111000 | 11111 | 11111 | 100111 | 110010 |
Color Harmonies of #B1804D
Complementary color
Monochromatic Colors of #B1804D
Black with #B1804D
Text Example
Text Example
White with #B1804D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1804D; }
p { color: rgb(177,128,77); }
H1.HeaderClassName
{
color: #B1804D;
}
.AnyTagClassName
{
color: #B1804D;
}
</style>
background-color css
<style>
a { background-color: #B1804D; }
a { background-color: rgb(177,128,77); }
div.DivClassName
{
background-color: #B1804D;
}
.BgClassName
{
background-color: #B1804D;
}
</style>
border-color css
<style>
span { border-color: #B1804D; }
span { border-color: rgb(177,128,77); }
td.TdClassName
{
border-color: #B1804D;
}
.TagClassName
{
border-color: #B1804D;
}
</style>