Shades of Muddy Waters #B58149
Tints of Muddy Waters #B58149
RGB
CMYK
RGB Variations
Color information
#B58149 (or 0xB58149) is known color: Muddy Waters. HEX triplet: B5, 81 and 49. RGB value is (181,129,73). Sum of RGB (Red+Green+Blue) = 181+129+73=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 73 (28.91% from 255 or 19.06% from 383); Max value from RGB is 181 - color contains mainly: red. Hex color #B58149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58149 is #4A7EB6. Grayscale: #8A8A8A. Windows color (decimal): -4882103 or 4817333. OLE color: 4817333.
HSL color Cylindrical-coordinate representation of color #B58149: hue angle of 31.11º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B58149 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 129 | 73 | - |
| CMYK | 0 | 0.29 | 0.60 | 0.29 |
| HSL | 31.11º | 0.43% | 0.5% | - |
| HSV(B) | 31.11º | 0.6% | 0.71% | - |
| XYZ | 28.11 | 26.01 | 9.84 | - |
| YUV | 138.16 | 91.23 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 129 | 73 | 0 | 0.29 | 0.60 | 0.29 | 31.11 | 0.43 | 0.5 |
| Hex | B5 | 81 | 49 | 0 | 1D | 3C | 1D | 1F | 2B | 32 |
| Octal | 265 | 201 | 111 | 0 | 35 | 74 | 35 | 37 | 53 | 62 |
| Binary | 10110101 | 10000001 | 1001001 | 0 | 11101 | 111100 | 11101 | 11111 | 101011 | 110010 |
Color Harmonies of #B58149
Complementary color
Monochromatic Colors of #B58149
Black with #B58149
Text Example
Text Example
White with #B58149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58149; }
p { color: rgb(181,129,73); }
H1.HeaderClassName
{
color: #B58149;
}
.AnyTagClassName
{
color: #B58149;
}
</style>
background-color css
<style>
a { background-color: #B58149; }
a { background-color: rgb(181,129,73); }
div.DivClassName
{
background-color: #B58149;
}
.BgClassName
{
background-color: #B58149;
}
</style>
border-color css
<style>
span { border-color: #B58149; }
span { border-color: rgb(181,129,73); }
td.TdClassName
{
border-color: #B58149;
}
.TagClassName
{
border-color: #B58149;
}
</style>