Shades of Muddy Waters #B18356
Tints of Muddy Waters #B18356
RGB
CMYK
RGB Variations
Color information
#B18356 (or 0xB18356) is known color: Muddy Waters. HEX triplet: B1, 83 and 56. RGB value is (177,131,86). Sum of RGB (Red+Green+Blue) = 177+131+86=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 86 (33.98% from 255 or 21.83% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B18356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18356 is #4E7CA9. Grayscale: #8B8B8B. Windows color (decimal): -5143722 or 5669809. OLE color: 5669809.
HSL color Cylindrical-coordinate representation of color #B18356: hue angle of 29.67º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B18356 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 131 | 86 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.31 |
| HSL | 29.67º | 0.37% | 0.52% | - |
| HSV(B) | 29.67º | 0.51% | 0.69% | - |
| XYZ | 27.93 | 26.25 | 12.4 | - |
| YUV | 139.62 | 97.74 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 131 | 86 | 0 | 0.26 | 0.51 | 0.31 | 29.67 | 0.37 | 0.52 |
| Hex | B1 | 83 | 56 | 0 | 1A | 33 | 1F | 1E | 25 | 34 |
| Octal | 261 | 203 | 126 | 0 | 32 | 63 | 37 | 36 | 45 | 64 |
| Binary | 10110001 | 10000011 | 1010110 | 0 | 11010 | 110011 | 11111 | 11110 | 100101 | 110100 |
Color Harmonies of #B18356
Complementary color
Monochromatic Colors of #B18356
Black with #B18356
Text Example
Text Example
White with #B18356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18356; }
p { color: rgb(177,131,86); }
H1.HeaderClassName
{
color: #B18356;
}
.AnyTagClassName
{
color: #B18356;
}
</style>
background-color css
<style>
a { background-color: #B18356; }
a { background-color: rgb(177,131,86); }
div.DivClassName
{
background-color: #B18356;
}
.BgClassName
{
background-color: #B18356;
}
</style>
border-color css
<style>
span { border-color: #B18356; }
span { border-color: rgb(177,131,86); }
td.TdClassName
{
border-color: #B18356;
}
.TagClassName
{
border-color: #B18356;
}
</style>