Shades of Muddy Waters #B58056
Tints of Muddy Waters #B58056
RGB
CMYK
RGB Variations
Color information
#B58056 (or 0xB58056) is known color: Muddy Waters. HEX triplet: B5, 80 and 56. RGB value is (181,128,86). Sum of RGB (Red+Green+Blue) = 181+128+86=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 86 (33.98% from 255 or 21.77% from 395); Max value from RGB is 181 - color contains mainly: red. Hex color #B58056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58056 is #4A7FA9. Grayscale: #8B8B8B. Windows color (decimal): -4882346 or 5669045. OLE color: 5669045.
HSL color Cylindrical-coordinate representation of color #B58056: hue angle of 26.53º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B58056 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 128 | 86 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.29 |
| HSL | 26.53º | 0.39% | 0.52% | - |
| HSV(B) | 26.53º | 0.52% | 0.71% | - |
| XYZ | 28.45 | 25.93 | 12.31 | - |
| YUV | 139.06 | 98.06 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 128 | 86 | 0 | 0.29 | 0.52 | 0.29 | 26.53 | 0.39 | 0.52 |
| Hex | B5 | 80 | 56 | 0 | 1D | 34 | 1D | 1B | 27 | 34 |
| Octal | 265 | 200 | 126 | 0 | 35 | 64 | 35 | 33 | 47 | 64 |
| Binary | 10110101 | 10000000 | 1010110 | 0 | 11101 | 110100 | 11101 | 11011 | 100111 | 110100 |
Color Harmonies of #B58056
Complementary color
Monochromatic Colors of #B58056
Black with #B58056
Text Example
Text Example
White with #B58056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58056; }
p { color: rgb(181,128,86); }
H1.HeaderClassName
{
color: #B58056;
}
.AnyTagClassName
{
color: #B58056;
}
</style>
background-color css
<style>
a { background-color: #B58056; }
a { background-color: rgb(181,128,86); }
div.DivClassName
{
background-color: #B58056;
}
.BgClassName
{
background-color: #B58056;
}
</style>
border-color css
<style>
span { border-color: #B58056; }
span { border-color: rgb(181,128,86); }
td.TdClassName
{
border-color: #B58056;
}
.TagClassName
{
border-color: #B58056;
}
</style>