Shades of Muddy Waters #B18256
Tints of Muddy Waters #B18256
RGB
CMYK
RGB Variations
Color information
#B18256 (or 0xB18256) is known color: Muddy Waters. HEX triplet: B1, 82 and 56. RGB value is (177,130,86). Sum of RGB (Red+Green+Blue) = 177+130+86=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 86 (33.98% from 255 or 21.88% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B18256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18256 is #4E7DA9. Grayscale: #8B8B8B. Windows color (decimal): -5143978 or 5669553. OLE color: 5669553.
HSL color Cylindrical-coordinate representation of color #B18256: hue angle of 29.01º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B18256 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 130 | 86 | - |
| CMYK | 0 | 0.27 | 0.51 | 0.31 |
| HSL | 29.01º | 0.37% | 0.52% | - |
| HSV(B) | 29.01º | 0.51% | 0.69% | - |
| XYZ | 27.79 | 25.98 | 12.35 | - |
| YUV | 139.04 | 98.07 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 130 | 86 | 0 | 0.27 | 0.51 | 0.31 | 29.01 | 0.37 | 0.52 |
| Hex | B1 | 82 | 56 | 0 | 1B | 33 | 1F | 1D | 25 | 34 |
| Octal | 261 | 202 | 126 | 0 | 33 | 63 | 37 | 35 | 45 | 64 |
| Binary | 10110001 | 10000010 | 1010110 | 0 | 11011 | 110011 | 11111 | 11101 | 100101 | 110100 |
Color Harmonies of #B18256
Complementary color
Monochromatic Colors of #B18256
Black with #B18256
Text Example
Text Example
White with #B18256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18256; }
p { color: rgb(177,130,86); }
H1.HeaderClassName
{
color: #B18256;
}
.AnyTagClassName
{
color: #B18256;
}
</style>
background-color css
<style>
a { background-color: #B18256; }
a { background-color: rgb(177,130,86); }
div.DivClassName
{
background-color: #B18256;
}
.BgClassName
{
background-color: #B18256;
}
</style>
border-color css
<style>
span { border-color: #B18256; }
span { border-color: rgb(177,130,86); }
td.TdClassName
{
border-color: #B18256;
}
.TagClassName
{
border-color: #B18256;
}
</style>