Shades of Muddy Waters #B18849
Tints of Muddy Waters #B18849
RGB
CMYK
RGB Variations
Color information
#B18849 (or 0xB18849) is known color: Muddy Waters. HEX triplet: B1, 88 and 49. RGB value is (177,136,73). Sum of RGB (Red+Green+Blue) = 177+136+73=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 73 (28.91% from 255 or 18.91% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B18849 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18849 is #4E77B6. Grayscale: #8D8D8D. Windows color (decimal): -5142455 or 4819121. OLE color: 4819121.
HSL color Cylindrical-coordinate representation of color #B18849: hue angle of 36.35º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B18849 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 136 | 73 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.31 |
| HSL | 36.35º | 0.42% | 0.49% | - |
| HSV(B) | 36.35º | 0.59% | 0.69% | - |
| XYZ | 28.14 | 27.44 | 10.12 | - |
| YUV | 141.08 | 89.58 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 136 | 73 | 0 | 0.23 | 0.59 | 0.31 | 36.35 | 0.42 | 0.49 |
| Hex | B1 | 88 | 49 | 0 | 17 | 3B | 1F | 24 | 2A | 31 |
| Octal | 261 | 210 | 111 | 0 | 27 | 73 | 37 | 44 | 52 | 61 |
| Binary | 10110001 | 10001000 | 1001001 | 0 | 10111 | 111011 | 11111 | 100100 | 101010 | 110001 |
Color Harmonies of #B18849
Complementary color
Monochromatic Colors of #B18849
Black with #B18849
Text Example
Text Example
White with #B18849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18849; }
p { color: rgb(177,136,73); }
H1.HeaderClassName
{
color: #B18849;
}
.AnyTagClassName
{
color: #B18849;
}
</style>
background-color css
<style>
a { background-color: #B18849; }
a { background-color: rgb(177,136,73); }
div.DivClassName
{
background-color: #B18849;
}
.BgClassName
{
background-color: #B18849;
}
</style>
border-color css
<style>
span { border-color: #B18849; }
span { border-color: rgb(177,136,73); }
td.TdClassName
{
border-color: #B18849;
}
.TagClassName
{
border-color: #B18849;
}
</style>