Shades of Muddy Waters #B58154
Tints of Muddy Waters #B58154
RGB
CMYK
RGB Variations
Color information
#B58154 (or 0xB58154) is known color: Muddy Waters. HEX triplet: B5, 81 and 54. RGB value is (181,129,84). Sum of RGB (Red+Green+Blue) = 181+129+84=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 84 (33.20% from 255 or 21.32% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B58154 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58154 is #4A7EAB. Grayscale: #8B8B8B. Windows color (decimal): -4882092 or 5538229. OLE color: 5538229.
HSL color Cylindrical-coordinate representation of color #B58154: hue angle of 27.84º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B58154 is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 129 | 84 | - |
| CMYK | 0 | 0.29 | 0.54 | 0.29 |
| HSL | 27.84º | 0.4% | 0.52% | - |
| HSV(B) | 27.84º | 0.54% | 0.71% | - |
| XYZ | 28.51 | 26.16 | 11.94 | - |
| YUV | 139.42 | 96.73 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 129 | 84 | 0 | 0.29 | 0.54 | 0.29 | 27.84 | 0.4 | 0.52 |
| Hex | B5 | 81 | 54 | 0 | 1D | 36 | 1D | 1C | 28 | 34 |
| Octal | 265 | 201 | 124 | 0 | 35 | 66 | 35 | 34 | 50 | 64 |
| Binary | 10110101 | 10000001 | 1010100 | 0 | 11101 | 110110 | 11101 | 11100 | 101000 | 110100 |
Color Harmonies of #B58154
Complementary color
Monochromatic Colors of #B58154
Black with #B58154
Text Example
Text Example
White with #B58154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58154; }
p { color: rgb(181,129,84); }
H1.HeaderClassName
{
color: #B58154;
}
.AnyTagClassName
{
color: #B58154;
}
</style>
background-color css
<style>
a { background-color: #B58154; }
a { background-color: rgb(181,129,84); }
div.DivClassName
{
background-color: #B58154;
}
.BgClassName
{
background-color: #B58154;
}
</style>
border-color css
<style>
span { border-color: #B58154; }
span { border-color: rgb(181,129,84); }
td.TdClassName
{
border-color: #B58154;
}
.TagClassName
{
border-color: #B58154;
}
</style>