Shades of Muddy Waters #B18547
Tints of Muddy Waters #B18547
RGB
CMYK
RGB Variations
Color information
#B18547 (or 0xB18547) is known color: Muddy Waters. HEX triplet: B1, 85 and 47. RGB value is (177,133,71). Sum of RGB (Red+Green+Blue) = 177+133+71=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 71 (28.12% from 255 or 18.64% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B18547 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18547 is #4E7AB8. Grayscale: #8B8B8B. Windows color (decimal): -5143225 or 4687281. OLE color: 4687281.
HSL color Cylindrical-coordinate representation of color #B18547: hue angle of 35.09º 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 #B18547 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 133 | 71 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.31 |
| HSL | 35.09º | 0.43% | 0.49% | - |
| HSV(B) | 35.09º | 0.6% | 0.69% | - |
| XYZ | 27.66 | 26.58 | 9.63 | - |
| YUV | 139.09 | 89.58 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 133 | 71 | 0 | 0.25 | 0.60 | 0.31 | 35.09 | 0.43 | 0.49 |
| Hex | B1 | 85 | 47 | 0 | 19 | 3C | 1F | 23 | 2B | 31 |
| Octal | 261 | 205 | 107 | 0 | 31 | 74 | 37 | 43 | 53 | 61 |
| Binary | 10110001 | 10000101 | 1000111 | 0 | 11001 | 111100 | 11111 | 100011 | 101011 | 110001 |
Color Harmonies of #B18547
Complementary color
Monochromatic Colors of #B18547
Black with #B18547
Text Example
Text Example
White with #B18547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18547; }
p { color: rgb(177,133,71); }
H1.HeaderClassName
{
color: #B18547;
}
.AnyTagClassName
{
color: #B18547;
}
</style>
background-color css
<style>
a { background-color: #B18547; }
a { background-color: rgb(177,133,71); }
div.DivClassName
{
background-color: #B18547;
}
.BgClassName
{
background-color: #B18547;
}
</style>
border-color css
<style>
span { border-color: #B18547; }
span { border-color: rgb(177,133,71); }
td.TdClassName
{
border-color: #B18547;
}
.TagClassName
{
border-color: #B18547;
}
</style>