Shades of Muddy Waters #B37E4D
Tints of Muddy Waters #B37E4D
RGB
CMYK
RGB Variations
Color information
#B37E4D (or 0xB37E4D) is known color: Muddy Waters. HEX triplet: B3, 7E and 4D. RGB value is (179,126,77). Sum of RGB (Red+Green+Blue) = 179+126+77=382 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.86% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 179 - color contains mainly: red. Hex color #B37E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37E4D is #4C81B2. Grayscale: #888888. Windows color (decimal): -5013939 or 5078707. OLE color: 5078707.
HSL color Cylindrical-coordinate representation of color #B37E4D: hue angle of 28.82º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B37E4D is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 126 | 77 | - |
| CMYK | 0 | 0.30 | 0.57 | 0.30 |
| HSL | 28.82º | 0.4% | 0.5% | - |
| HSV(B) | 28.82º | 0.57% | 0.7% | - |
| XYZ | 27.39 | 25.04 | 10.41 | - |
| YUV | 136.26 | 94.56 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 126 | 77 | 0 | 0.30 | 0.57 | 0.30 | 28.82 | 0.4 | 0.5 |
| Hex | B3 | 7E | 4D | 0 | 1E | 39 | 1E | 1D | 28 | 32 |
| Octal | 263 | 176 | 115 | 0 | 36 | 71 | 36 | 35 | 50 | 62 |
| Binary | 10110011 | 1111110 | 1001101 | 0 | 11110 | 111001 | 11110 | 11101 | 101000 | 110010 |
Color Harmonies of #B37E4D
Complementary color
Monochromatic Colors of #B37E4D
Black with #B37E4D
Text Example
Text Example
White with #B37E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37E4D; }
p { color: rgb(179,126,77); }
H1.HeaderClassName
{
color: #B37E4D;
}
.AnyTagClassName
{
color: #B37E4D;
}
</style>
background-color css
<style>
a { background-color: #B37E4D; }
a { background-color: rgb(179,126,77); }
div.DivClassName
{
background-color: #B37E4D;
}
.BgClassName
{
background-color: #B37E4D;
}
</style>
border-color css
<style>
span { border-color: #B37E4D; }
span { border-color: rgb(179,126,77); }
td.TdClassName
{
border-color: #B37E4D;
}
.TagClassName
{
border-color: #B37E4D;
}
</style>