Shades of Muddy Waters #B18346
Tints of Muddy Waters #B18346
RGB
CMYK
RGB Variations
Color information
#B18346 (or 0xB18346) is known color: Muddy Waters. HEX triplet: B1, 83 and 46. RGB value is (177,131,70). Sum of RGB (Red+Green+Blue) = 177+131+70=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 70 (27.73% from 255 or 18.52% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B18346 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18346 is #4E7CB9. Grayscale: #8A8A8A. Windows color (decimal): -5143738 or 4621233. OLE color: 4621233.
HSL color Cylindrical-coordinate representation of color #B18346: hue angle of 34.21º 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 #B18346 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 131 | 70 | - |
| CMYK | 0 | 0.26 | 0.60 | 0.31 |
| HSL | 34.21º | 0.43% | 0.48% | - |
| HSV(B) | 34.21º | 0.6% | 0.69% | - |
| XYZ | 27.35 | 26.02 | 9.38 | - |
| YUV | 137.8 | 89.74 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 131 | 70 | 0 | 0.26 | 0.60 | 0.31 | 34.21 | 0.43 | 0.48 |
| Hex | B1 | 83 | 46 | 0 | 1A | 3C | 1F | 22 | 2B | 30 |
| Octal | 261 | 203 | 106 | 0 | 32 | 74 | 37 | 42 | 53 | 60 |
| Binary | 10110001 | 10000011 | 1000110 | 0 | 11010 | 111100 | 11111 | 100010 | 101011 | 110000 |
Color Harmonies of #B18346
Complementary color
Monochromatic Colors of #B18346
Black with #B18346
Text Example
Text Example
White with #B18346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18346; }
p { color: rgb(177,131,70); }
H1.HeaderClassName
{
color: #B18346;
}
.AnyTagClassName
{
color: #B18346;
}
</style>
background-color css
<style>
a { background-color: #B18346; }
a { background-color: rgb(177,131,70); }
div.DivClassName
{
background-color: #B18346;
}
.BgClassName
{
background-color: #B18346;
}
</style>
border-color css
<style>
span { border-color: #B18346; }
span { border-color: rgb(177,131,70); }
td.TdClassName
{
border-color: #B18346;
}
.TagClassName
{
border-color: #B18346;
}
</style>