Shades of Muddy Waters #B18251
Tints of Muddy Waters #B18251
RGB
CMYK
RGB Variations
Color information
#B18251 (or 0xB18251) is known color: Muddy Waters. HEX triplet: B1, 82 and 51. RGB value is (177,130,81). Sum of RGB (Red+Green+Blue) = 177+130+81=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 81 (32.03% from 255 or 20.88% from 388); Max value from RGB is 177 - color contains mainly: red. Hex color #B18251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18251 is #4E7DAE. Grayscale: #8A8A8A. Windows color (decimal): -5143983 or 5341873. OLE color: 5341873.
HSL color Cylindrical-coordinate representation of color #B18251: hue angle of 30.63º 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 #B18251 is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 130 | 81 | - |
| CMYK | 0 | 0.27 | 0.54 | 0.31 |
| HSL | 30.63º | 0.38% | 0.51% | - |
| HSV(B) | 30.63º | 0.54% | 0.69% | - |
| XYZ | 27.6 | 25.91 | 11.33 | - |
| YUV | 138.47 | 95.57 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 130 | 81 | 0 | 0.27 | 0.54 | 0.31 | 30.63 | 0.38 | 0.51 |
| Hex | B1 | 82 | 51 | 0 | 1B | 36 | 1F | 1F | 26 | 33 |
| Octal | 261 | 202 | 121 | 0 | 33 | 66 | 37 | 37 | 46 | 63 |
| Binary | 10110001 | 10000010 | 1010001 | 0 | 11011 | 110110 | 11111 | 11111 | 100110 | 110011 |
Color Harmonies of #B18251
Complementary color
Monochromatic Colors of #B18251
Black with #B18251
Text Example
Text Example
White with #B18251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18251; }
p { color: rgb(177,130,81); }
H1.HeaderClassName
{
color: #B18251;
}
.AnyTagClassName
{
color: #B18251;
}
</style>
background-color css
<style>
a { background-color: #B18251; }
a { background-color: rgb(177,130,81); }
div.DivClassName
{
background-color: #B18251;
}
.BgClassName
{
background-color: #B18251;
}
</style>
border-color css
<style>
span { border-color: #B18251; }
span { border-color: rgb(177,130,81); }
td.TdClassName
{
border-color: #B18251;
}
.TagClassName
{
border-color: #B18251;
}
</style>