Shades of Muddy Waters #B28156
Tints of Muddy Waters #B28156
RGB
CMYK
RGB Variations
Color information
#B28156 (or 0xB28156) is known color: Muddy Waters. HEX triplet: B2, 81 and 56. RGB value is (178,129,86). Sum of RGB (Red+Green+Blue) = 178+129+86=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 86 (33.98% from 255 or 21.88% from 393); Max value from RGB is 178 - color contains mainly: red. Hex color #B28156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28156 is #4D7EA9. Grayscale: #8A8A8A. Windows color (decimal): -5078698 or 5669298. OLE color: 5669298.
HSL color Cylindrical-coordinate representation of color #B28156: hue angle of 28.04º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B28156 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 129 | 86 | - |
| CMYK | 0 | 0.28 | 0.52 | 0.30 |
| HSL | 28.04º | 0.37% | 0.52% | - |
| HSV(B) | 28.04º | 0.52% | 0.7% | - |
| XYZ | 27.89 | 25.84 | 12.32 | - |
| YUV | 138.75 | 98.23 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 129 | 86 | 0 | 0.28 | 0.52 | 0.30 | 28.04 | 0.37 | 0.52 |
| Hex | B2 | 81 | 56 | 0 | 1C | 34 | 1E | 1C | 25 | 34 |
| Octal | 262 | 201 | 126 | 0 | 34 | 64 | 36 | 34 | 45 | 64 |
| Binary | 10110010 | 10000001 | 1010110 | 0 | 11100 | 110100 | 11110 | 11100 | 100101 | 110100 |
Color Harmonies of #B28156
Complementary color
Monochromatic Colors of #B28156
Black with #B28156
Text Example
Text Example
White with #B28156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28156; }
p { color: rgb(178,129,86); }
H1.HeaderClassName
{
color: #B28156;
}
.AnyTagClassName
{
color: #B28156;
}
</style>
background-color css
<style>
a { background-color: #B28156; }
a { background-color: rgb(178,129,86); }
div.DivClassName
{
background-color: #B28156;
}
.BgClassName
{
background-color: #B28156;
}
</style>
border-color css
<style>
span { border-color: #B28156; }
span { border-color: rgb(178,129,86); }
td.TdClassName
{
border-color: #B28156;
}
.TagClassName
{
border-color: #B28156;
}
</style>