Shades of Muddy Waters #B18352
Tints of Muddy Waters #B18352
RGB
CMYK
RGB Variations
Color information
#B18352 (or 0xB18352) is known color: Muddy Waters. HEX triplet: B1, 83 and 52. RGB value is (177,131,82). Sum of RGB (Red+Green+Blue) = 177+131+82=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 82 (32.42% from 255 or 21.03% from 390); Max value from RGB is 177 - color contains mainly: red. Hex color #B18352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18352 is #4E7CAD. Grayscale: #8B8B8B. Windows color (decimal): -5143726 or 5407665. OLE color: 5407665.
HSL color Cylindrical-coordinate representation of color #B18352: hue angle of 30.95º 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 #B18352 is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 131 | 82 | - |
| CMYK | 0 | 0.26 | 0.54 | 0.31 |
| HSL | 30.95º | 0.38% | 0.51% | - |
| HSV(B) | 30.95º | 0.54% | 0.69% | - |
| XYZ | 27.77 | 26.19 | 11.57 | - |
| YUV | 139.17 | 95.74 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 131 | 82 | 0 | 0.26 | 0.54 | 0.31 | 30.95 | 0.38 | 0.51 |
| Hex | B1 | 83 | 52 | 0 | 1A | 36 | 1F | 1F | 26 | 33 |
| Octal | 261 | 203 | 122 | 0 | 32 | 66 | 37 | 37 | 46 | 63 |
| Binary | 10110001 | 10000011 | 1010010 | 0 | 11010 | 110110 | 11111 | 11111 | 100110 | 110011 |
Color Harmonies of #B18352
Complementary color
Monochromatic Colors of #B18352
Black with #B18352
Text Example
Text Example
White with #B18352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18352; }
p { color: rgb(177,131,82); }
H1.HeaderClassName
{
color: #B18352;
}
.AnyTagClassName
{
color: #B18352;
}
</style>
background-color css
<style>
a { background-color: #B18352; }
a { background-color: rgb(177,131,82); }
div.DivClassName
{
background-color: #B18352;
}
.BgClassName
{
background-color: #B18352;
}
</style>
border-color css
<style>
span { border-color: #B18352; }
span { border-color: rgb(177,131,82); }
td.TdClassName
{
border-color: #B18352;
}
.TagClassName
{
border-color: #B18352;
}
</style>