Shades of Muddy Waters #B47E4D
Tints of Muddy Waters #B47E4D
RGB
CMYK
RGB Variations
Color information
#B47E4D (or 0xB47E4D) is known color: Muddy Waters. HEX triplet: B4, 7E and 4D. RGB value is (180,126,77). Sum of RGB (Red+Green+Blue) = 180+126+77=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 77 (30.47% from 255 or 20.10% from 383); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47E4D is #4B81B2. Grayscale: #888888. Windows color (decimal): -4948403 or 5078708. OLE color: 5078708.
HSL color Cylindrical-coordinate representation of color #B47E4D: hue angle of 28.54º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B47E4D is Cyan = 0, Magento = 0.3, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 126 | 77 | - |
| CMYK | 0 | 0.3 | 0.57 | 0.29 |
| HSL | 28.54º | 0.41% | 0.5% | - |
| HSV(B) | 28.54º | 0.57% | 0.71% | - |
| XYZ | 27.62 | 25.16 | 10.42 | - |
| YUV | 136.56 | 94.39 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 126 | 77 | 0 | 0.3 | 0.57 | 0.29 | 28.54 | 0.41 | 0.5 |
| Hex | B4 | 7E | 4D | 0 | 1E | 39 | 1D | 1D | 29 | 32 |
| Octal | 264 | 176 | 115 | 0 | 36 | 71 | 35 | 35 | 51 | 62 |
| Binary | 10110100 | 1111110 | 1001101 | 0 | 11110 | 111001 | 11101 | 11101 | 101001 | 110010 |
Color Harmonies of #B47E4D
Complementary color
Monochromatic Colors of #B47E4D
Black with #B47E4D
Text Example
Text Example
White with #B47E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47E4D; }
p { color: rgb(180,126,77); }
H1.HeaderClassName
{
color: #B47E4D;
}
.AnyTagClassName
{
color: #B47E4D;
}
</style>
background-color css
<style>
a { background-color: #B47E4D; }
a { background-color: rgb(180,126,77); }
div.DivClassName
{
background-color: #B47E4D;
}
.BgClassName
{
background-color: #B47E4D;
}
</style>
border-color css
<style>
span { border-color: #B47E4D; }
span { border-color: rgb(180,126,77); }
td.TdClassName
{
border-color: #B47E4D;
}
.TagClassName
{
border-color: #B47E4D;
}
</style>