Shades of Muddy Waters #B17E52
Tints of Muddy Waters #B17E52
RGB
CMYK
RGB Variations
Color information
#B17E52 (or 0xB17E52) is known color: Muddy Waters. HEX triplet: B1, 7E and 52. RGB value is (177,126,82). Sum of RGB (Red+Green+Blue) = 177+126+82=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 82 (32.42% from 255 or 21.30% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B17E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17E52 is #4E81AD. Grayscale: #888888. Windows color (decimal): -5145006 or 5406385. OLE color: 5406385.
HSL color Cylindrical-coordinate representation of color #B17E52: hue angle of 27.79º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B17E52 is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 126 | 82 | - |
| CMYK | 0 | 0.29 | 0.54 | 0.31 |
| HSL | 27.79º | 0.38% | 0.51% | - |
| HSV(B) | 27.79º | 0.54% | 0.69% | - |
| XYZ | 27.12 | 24.88 | 11.36 | - |
| YUV | 136.23 | 97.4 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 126 | 82 | 0 | 0.29 | 0.54 | 0.31 | 27.79 | 0.38 | 0.51 |
| Hex | B1 | 7E | 52 | 0 | 1D | 36 | 1F | 1C | 26 | 33 |
| Octal | 261 | 176 | 122 | 0 | 35 | 66 | 37 | 34 | 46 | 63 |
| Binary | 10110001 | 1111110 | 1010010 | 0 | 11101 | 110110 | 11111 | 11100 | 100110 | 110011 |
Color Harmonies of #B17E52
Complementary color
Monochromatic Colors of #B17E52
Black with #B17E52
Text Example
Text Example
White with #B17E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17E52; }
p { color: rgb(177,126,82); }
H1.HeaderClassName
{
color: #B17E52;
}
.AnyTagClassName
{
color: #B17E52;
}
</style>
background-color css
<style>
a { background-color: #B17E52; }
a { background-color: rgb(177,126,82); }
div.DivClassName
{
background-color: #B17E52;
}
.BgClassName
{
background-color: #B17E52;
}
</style>
border-color css
<style>
span { border-color: #B17E52; }
span { border-color: rgb(177,126,82); }
td.TdClassName
{
border-color: #B17E52;
}
.TagClassName
{
border-color: #B17E52;
}
</style>