Shades of Muddy Waters #B18246
Tints of Muddy Waters #B18246
RGB
CMYK
RGB Variations
Color information
#B18246 (or 0xB18246) is known color: Muddy Waters. HEX triplet: B1, 82 and 46. RGB value is (177,130,70). Sum of RGB (Red+Green+Blue) = 177+130+70=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 70 (27.73% from 255 or 18.57% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B18246 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18246 is #4E7DB9. Grayscale: #898989. Windows color (decimal): -5143994 or 4620977. OLE color: 4620977.
HSL color Cylindrical-coordinate representation of color #B18246: hue angle of 33.64º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B18246 is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 130 | 70 | - |
| CMYK | 0 | 0.27 | 0.60 | 0.31 |
| HSL | 33.64º | 0.43% | 0.48% | - |
| HSV(B) | 33.64º | 0.6% | 0.69% | - |
| XYZ | 27.22 | 25.75 | 9.33 | - |
| YUV | 137.21 | 90.07 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 130 | 70 | 0 | 0.27 | 0.60 | 0.31 | 33.64 | 0.43 | 0.48 |
| Hex | B1 | 82 | 46 | 0 | 1B | 3C | 1F | 22 | 2B | 30 |
| Octal | 261 | 202 | 106 | 0 | 33 | 74 | 37 | 42 | 53 | 60 |
| Binary | 10110001 | 10000010 | 1000110 | 0 | 11011 | 111100 | 11111 | 100010 | 101011 | 110000 |
Color Harmonies of #B18246
Complementary color
Monochromatic Colors of #B18246
Black with #B18246
Text Example
Text Example
White with #B18246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18246; }
p { color: rgb(177,130,70); }
H1.HeaderClassName
{
color: #B18246;
}
.AnyTagClassName
{
color: #B18246;
}
</style>
background-color css
<style>
a { background-color: #B18246; }
a { background-color: rgb(177,130,70); }
div.DivClassName
{
background-color: #B18246;
}
.BgClassName
{
background-color: #B18246;
}
</style>
border-color css
<style>
span { border-color: #B18246; }
span { border-color: rgb(177,130,70); }
td.TdClassName
{
border-color: #B18246;
}
.TagClassName
{
border-color: #B18246;
}
</style>