Shades of Muddy Waters #B58052
Tints of Muddy Waters #B58052
RGB
CMYK
RGB Variations
Color information
#B58052 (or 0xB58052) is known color: Muddy Waters. HEX triplet: B5, 80 and 52. RGB value is (181,128,82). Sum of RGB (Red+Green+Blue) = 181+128+82=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 82 (32.42% from 255 or 20.97% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B58052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58052 is #4A7FAD. Grayscale: #8A8A8A. Windows color (decimal): -4882350 or 5406901. OLE color: 5406901.
HSL color Cylindrical-coordinate representation of color #B58052: hue angle of 27.88º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B58052 is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 128 | 82 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.29 |
| HSL | 27.88º | 0.4% | 0.52% | - |
| HSV(B) | 27.88º | 0.55% | 0.71% | - |
| XYZ | 28.3 | 25.87 | 11.48 | - |
| YUV | 138.6 | 96.06 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 128 | 82 | 0 | 0.29 | 0.55 | 0.29 | 27.88 | 0.4 | 0.52 |
| Hex | B5 | 80 | 52 | 0 | 1D | 37 | 1D | 1C | 28 | 34 |
| Octal | 265 | 200 | 122 | 0 | 35 | 67 | 35 | 34 | 50 | 64 |
| Binary | 10110101 | 10000000 | 1010010 | 0 | 11101 | 110111 | 11101 | 11100 | 101000 | 110100 |
Color Harmonies of #B58052
Complementary color
Monochromatic Colors of #B58052
Black with #B58052
Text Example
Text Example
White with #B58052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58052; }
p { color: rgb(181,128,82); }
H1.HeaderClassName
{
color: #B58052;
}
.AnyTagClassName
{
color: #B58052;
}
</style>
background-color css
<style>
a { background-color: #B58052; }
a { background-color: rgb(181,128,82); }
div.DivClassName
{
background-color: #B58052;
}
.BgClassName
{
background-color: #B58052;
}
</style>
border-color css
<style>
span { border-color: #B58052; }
span { border-color: rgb(181,128,82); }
td.TdClassName
{
border-color: #B58052;
}
.TagClassName
{
border-color: #B58052;
}
</style>