Shades of Muddy Waters #B18847
Tints of Muddy Waters #B18847
RGB
CMYK
RGB Variations
Color information
#B18847 (or 0xB18847) is known color: Muddy Waters. HEX triplet: B1, 88 and 47. RGB value is (177,136,71). Sum of RGB (Red+Green+Blue) = 177+136+71=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 71 (28.12% from 255 or 18.49% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B18847 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18847 is #4E77B8. Grayscale: #8D8D8D. Windows color (decimal): -5142457 or 4688049. OLE color: 4688049.
HSL color Cylindrical-coordinate representation of color #B18847: hue angle of 36.79º 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 #B18847 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 136 | 71 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.31 |
| HSL | 36.79º | 0.43% | 0.49% | - |
| HSV(B) | 36.79º | 0.6% | 0.69% | - |
| XYZ | 28.07 | 27.41 | 9.77 | - |
| YUV | 140.85 | 88.58 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 136 | 71 | 0 | 0.23 | 0.60 | 0.31 | 36.79 | 0.43 | 0.49 |
| Hex | B1 | 88 | 47 | 0 | 17 | 3C | 1F | 25 | 2B | 31 |
| Octal | 261 | 210 | 107 | 0 | 27 | 74 | 37 | 45 | 53 | 61 |
| Binary | 10110001 | 10001000 | 1000111 | 0 | 10111 | 111100 | 11111 | 100101 | 101011 | 110001 |
Color Harmonies of #B18847
Complementary color
Monochromatic Colors of #B18847
Black with #B18847
Text Example
Text Example
White with #B18847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18847; }
p { color: rgb(177,136,71); }
H1.HeaderClassName
{
color: #B18847;
}
.AnyTagClassName
{
color: #B18847;
}
</style>
background-color css
<style>
a { background-color: #B18847; }
a { background-color: rgb(177,136,71); }
div.DivClassName
{
background-color: #B18847;
}
.BgClassName
{
background-color: #B18847;
}
</style>
border-color css
<style>
span { border-color: #B18847; }
span { border-color: rgb(177,136,71); }
td.TdClassName
{
border-color: #B18847;
}
.TagClassName
{
border-color: #B18847;
}
</style>