Shades of Muddy Waters #B58254
Tints of Muddy Waters #B58254
RGB
CMYK
RGB Variations
Color information
#B58254 (or 0xB58254) is known color: Muddy Waters. HEX triplet: B5, 82 and 54. RGB value is (181,130,84). Sum of RGB (Red+Green+Blue) = 181+130+84=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 84 (33.20% from 255 or 21.27% from 395); Max value from RGB is 181 - color contains mainly: red. Hex color #B58254 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58254 is #4A7DAB. Grayscale: #8C8C8C. Windows color (decimal): -4881836 or 5538485. OLE color: 5538485.
HSL color Cylindrical-coordinate representation of color #B58254: hue angle of 28.45º 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 #B58254 is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 130 | 84 | - |
| CMYK | 0 | 0.28 | 0.54 | 0.29 |
| HSL | 28.45º | 0.4% | 0.52% | - |
| HSV(B) | 28.45º | 0.54% | 0.71% | - |
| XYZ | 28.64 | 26.43 | 11.98 | - |
| YUV | 140.01 | 96.4 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 130 | 84 | 0 | 0.28 | 0.54 | 0.29 | 28.45 | 0.4 | 0.52 |
| Hex | B5 | 82 | 54 | 0 | 1C | 36 | 1D | 1C | 28 | 34 |
| Octal | 265 | 202 | 124 | 0 | 34 | 66 | 35 | 34 | 50 | 64 |
| Binary | 10110101 | 10000010 | 1010100 | 0 | 11100 | 110110 | 11101 | 11100 | 101000 | 110100 |
Color Harmonies of #B58254
Complementary color
Monochromatic Colors of #B58254
Black with #B58254
Text Example
Text Example
White with #B58254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58254; }
p { color: rgb(181,130,84); }
H1.HeaderClassName
{
color: #B58254;
}
.AnyTagClassName
{
color: #B58254;
}
</style>
background-color css
<style>
a { background-color: #B58254; }
a { background-color: rgb(181,130,84); }
div.DivClassName
{
background-color: #B58254;
}
.BgClassName
{
background-color: #B58254;
}
</style>
border-color css
<style>
span { border-color: #B58254; }
span { border-color: rgb(181,130,84); }
td.TdClassName
{
border-color: #B58254;
}
.TagClassName
{
border-color: #B58254;
}
</style>