Shades of Muddy Waters #B48255
Tints of Muddy Waters #B48255
RGB
CMYK
RGB Variations
Color information
#B48255 (or 0xB48255) is known color: Muddy Waters. HEX triplet: B4, 82 and 55. RGB value is (180,130,85). Sum of RGB (Red+Green+Blue) = 180+130+85=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 85 (33.59% from 255 or 21.52% from 395); Max value from RGB is 180 - color contains mainly: red. Hex color #B48255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48255 is #4B7DAA. Grayscale: #8C8C8C. Windows color (decimal): -4947371 or 5604020. OLE color: 5604020.
HSL color Cylindrical-coordinate representation of color #B48255: hue angle of 28.42º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B48255 is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 130 | 85 | - |
| CMYK | 0 | 0.28 | 0.53 | 0.29 |
| HSL | 28.42º | 0.39% | 0.52% | - |
| HSV(B) | 28.42º | 0.53% | 0.71% | - |
| XYZ | 28.44 | 26.32 | 12.18 | - |
| YUV | 139.82 | 97.07 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 130 | 85 | 0 | 0.28 | 0.53 | 0.29 | 28.42 | 0.39 | 0.52 |
| Hex | B4 | 82 | 55 | 0 | 1C | 35 | 1D | 1C | 27 | 34 |
| Octal | 264 | 202 | 125 | 0 | 34 | 65 | 35 | 34 | 47 | 64 |
| Binary | 10110100 | 10000010 | 1010101 | 0 | 11100 | 110101 | 11101 | 11100 | 100111 | 110100 |
Color Harmonies of #B48255
Complementary color
Monochromatic Colors of #B48255
Black with #B48255
Text Example
Text Example
White with #B48255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48255; }
p { color: rgb(180,130,85); }
H1.HeaderClassName
{
color: #B48255;
}
.AnyTagClassName
{
color: #B48255;
}
</style>
background-color css
<style>
a { background-color: #B48255; }
a { background-color: rgb(180,130,85); }
div.DivClassName
{
background-color: #B48255;
}
.BgClassName
{
background-color: #B48255;
}
</style>
border-color css
<style>
span { border-color: #B48255; }
span { border-color: rgb(180,130,85); }
td.TdClassName
{
border-color: #B48255;
}
.TagClassName
{
border-color: #B48255;
}
</style>