Shades of Muddy Waters #B48057
Tints of Muddy Waters #B48057
RGB
CMYK
RGB Variations
Color information
#B48057 (or 0xB48057) is known color: Muddy Waters. HEX triplet: B4, 80 and 57. RGB value is (180,128,87). Sum of RGB (Red+Green+Blue) = 180+128+87=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 87 (34.38% from 255 or 22.03% from 395); Max value from RGB is 180 - color contains mainly: red. Hex color #B48057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48057 is #4B7FA8. Grayscale: #8B8B8B. Windows color (decimal): -4947881 or 5734580. OLE color: 5734580.
HSL color Cylindrical-coordinate representation of color #B48057: hue angle of 26.45º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B48057 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 128 | 87 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.29 |
| HSL | 26.45º | 0.38% | 0.52% | - |
| HSV(B) | 26.45º | 0.52% | 0.71% | - |
| XYZ | 28.26 | 25.83 | 12.51 | - |
| YUV | 138.87 | 98.73 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 128 | 87 | 0 | 0.29 | 0.52 | 0.29 | 26.45 | 0.38 | 0.52 |
| Hex | B4 | 80 | 57 | 0 | 1D | 34 | 1D | 1A | 26 | 34 |
| Octal | 264 | 200 | 127 | 0 | 35 | 64 | 35 | 32 | 46 | 64 |
| Binary | 10110100 | 10000000 | 1010111 | 0 | 11101 | 110100 | 11101 | 11010 | 100110 | 110100 |
Color Harmonies of #B48057
Complementary color
Monochromatic Colors of #B48057
Black with #B48057
Text Example
Text Example
White with #B48057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48057; }
p { color: rgb(180,128,87); }
H1.HeaderClassName
{
color: #B48057;
}
.AnyTagClassName
{
color: #B48057;
}
</style>
background-color css
<style>
a { background-color: #B48057; }
a { background-color: rgb(180,128,87); }
div.DivClassName
{
background-color: #B48057;
}
.BgClassName
{
background-color: #B48057;
}
</style>
border-color css
<style>
span { border-color: #B48057; }
span { border-color: rgb(180,128,87); }
td.TdClassName
{
border-color: #B48057;
}
.TagClassName
{
border-color: #B48057;
}
</style>