Shades of Muddy Waters #B47D4C
Tints of Muddy Waters #B47D4C
RGB
CMYK
RGB Variations
Color information
#B47D4C (or 0xB47D4C) is known color: Muddy Waters. HEX triplet: B4, 7D and 4C. RGB value is (180,125,76). Sum of RGB (Red+Green+Blue) = 180+125+76=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B47D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47D4C is #4B82B3. Grayscale: #888888. Windows color (decimal): -4948660 or 5012916. OLE color: 5012916.
HSL color Cylindrical-coordinate representation of color #B47D4C: hue angle of 28.27º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B47D4C is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 125 | 76 | - |
| CMYK | 0 | 0.31 | 0.58 | 0.29 |
| HSL | 28.27º | 0.41% | 0.5% | - |
| HSV(B) | 28.27º | 0.58% | 0.71% | - |
| XYZ | 27.46 | 24.89 | 10.19 | - |
| YUV | 135.86 | 94.22 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 125 | 76 | 0 | 0.31 | 0.58 | 0.29 | 28.27 | 0.41 | 0.5 |
| Hex | B4 | 7D | 4C | 0 | 1F | 3A | 1D | 1C | 29 | 32 |
| Octal | 264 | 175 | 114 | 0 | 37 | 72 | 35 | 34 | 51 | 62 |
| Binary | 10110100 | 1111101 | 1001100 | 0 | 11111 | 111010 | 11101 | 11100 | 101001 | 110010 |
Color Harmonies of #B47D4C
Complementary color
Monochromatic Colors of #B47D4C
Black with #B47D4C
Text Example
Text Example
White with #B47D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47D4C; }
p { color: rgb(180,125,76); }
H1.HeaderClassName
{
color: #B47D4C;
}
.AnyTagClassName
{
color: #B47D4C;
}
</style>
background-color css
<style>
a { background-color: #B47D4C; }
a { background-color: rgb(180,125,76); }
div.DivClassName
{
background-color: #B47D4C;
}
.BgClassName
{
background-color: #B47D4C;
}
</style>
border-color css
<style>
span { border-color: #B47D4C; }
span { border-color: rgb(180,125,76); }
td.TdClassName
{
border-color: #B47D4C;
}
.TagClassName
{
border-color: #B47D4C;
}
</style>