Shades of Muddy Waters #B18550
Tints of Muddy Waters #B18550
RGB
CMYK
RGB Variations
Color information
#B18550 (or 0xB18550) is known color: Muddy Waters. HEX triplet: B1, 85 and 50. RGB value is (177,133,80). Sum of RGB (Red+Green+Blue) = 177+133+80=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 80 (31.64% from 255 or 20.51% from 390); Max value from RGB is 177 - color contains mainly: red. Hex color #B18550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18550 is #4E7AAF. Grayscale: #8C8C8C. Windows color (decimal): -5143216 or 5277105. OLE color: 5277105.
HSL color Cylindrical-coordinate representation of color #B18550: hue angle of 32.78º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B18550 is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 133 | 80 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.31 |
| HSL | 32.78º | 0.38% | 0.5% | - |
| HSV(B) | 32.78º | 0.55% | 0.69% | - |
| XYZ | 27.97 | 26.7 | 11.27 | - |
| YUV | 140.11 | 94.08 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 133 | 80 | 0 | 0.25 | 0.55 | 0.31 | 32.78 | 0.38 | 0.5 |
| Hex | B1 | 85 | 50 | 0 | 19 | 37 | 1F | 21 | 26 | 32 |
| Octal | 261 | 205 | 120 | 0 | 31 | 67 | 37 | 41 | 46 | 62 |
| Binary | 10110001 | 10000101 | 1010000 | 0 | 11001 | 110111 | 11111 | 100001 | 100110 | 110010 |
Color Harmonies of #B18550
Complementary color
Monochromatic Colors of #B18550
Black with #B18550
Text Example
Text Example
White with #B18550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18550; }
p { color: rgb(177,133,80); }
H1.HeaderClassName
{
color: #B18550;
}
.AnyTagClassName
{
color: #B18550;
}
</style>
background-color css
<style>
a { background-color: #B18550; }
a { background-color: rgb(177,133,80); }
div.DivClassName
{
background-color: #B18550;
}
.BgClassName
{
background-color: #B18550;
}
</style>
border-color css
<style>
span { border-color: #B18550; }
span { border-color: rgb(177,133,80); }
td.TdClassName
{
border-color: #B18550;
}
.TagClassName
{
border-color: #B18550;
}
</style>