Shades of Muddy Waters #B18051
Tints of Muddy Waters #B18051
RGB
CMYK
RGB Variations
Color information
#B18051 (or 0xB18051) is known color: Muddy Waters. HEX triplet: B1, 80 and 51. RGB value is (177,128,81). Sum of RGB (Red+Green+Blue) = 177+128+81=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 81 (32.03% from 255 or 20.98% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B18051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18051 is #4E7FAE. Grayscale: #898989. Windows color (decimal): -5144495 or 5341361. OLE color: 5341361.
HSL color Cylindrical-coordinate representation of color #B18051: hue angle of 29.38º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B18051 is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 128 | 81 | - |
| CMYK | 0 | 0.28 | 0.54 | 0.31 |
| HSL | 29.38º | 0.38% | 0.51% | - |
| HSV(B) | 29.38º | 0.54% | 0.69% | - |
| XYZ | 27.34 | 25.38 | 11.24 | - |
| YUV | 137.29 | 96.23 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 128 | 81 | 0 | 0.28 | 0.54 | 0.31 | 29.38 | 0.38 | 0.51 |
| Hex | B1 | 80 | 51 | 0 | 1C | 36 | 1F | 1D | 26 | 33 |
| Octal | 261 | 200 | 121 | 0 | 34 | 66 | 37 | 35 | 46 | 63 |
| Binary | 10110001 | 10000000 | 1010001 | 0 | 11100 | 110110 | 11111 | 11101 | 100110 | 110011 |
Color Harmonies of #B18051
Complementary color
Monochromatic Colors of #B18051
Black with #B18051
Text Example
Text Example
White with #B18051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18051; }
p { color: rgb(177,128,81); }
H1.HeaderClassName
{
color: #B18051;
}
.AnyTagClassName
{
color: #B18051;
}
</style>
background-color css
<style>
a { background-color: #B18051; }
a { background-color: rgb(177,128,81); }
div.DivClassName
{
background-color: #B18051;
}
.BgClassName
{
background-color: #B18051;
}
</style>
border-color css
<style>
span { border-color: #B18051; }
span { border-color: rgb(177,128,81); }
td.TdClassName
{
border-color: #B18051;
}
.TagClassName
{
border-color: #B18051;
}
</style>