Shades of Muddy Waters #B47D4E
Tints of Muddy Waters #B47D4E
RGB
CMYK
RGB Variations
Color information
#B47D4E (or 0xB47D4E) is known color: Muddy Waters. HEX triplet: B4, 7D and 4E. RGB value is (180,125,78). Sum of RGB (Red+Green+Blue) = 180+125+78=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 78 (30.86% from 255 or 20.37% from 383); Max value from RGB is 180 - color contains mainly: red. Hex color #B47D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47D4E is #4B82B1. Grayscale: #888888. Windows color (decimal): -4948658 or 5143988. OLE color: 5143988.
HSL color Cylindrical-coordinate representation of color #B47D4E: hue angle of 27.65º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B47D4E is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 125 | 78 | - |
| CMYK | 0 | 0.31 | 0.57 | 0.29 |
| HSL | 27.65º | 0.4% | 0.51% | - |
| HSV(B) | 27.65º | 0.57% | 0.71% | - |
| XYZ | 27.53 | 24.92 | 10.57 | - |
| YUV | 136.09 | 95.22 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 125 | 78 | 0 | 0.31 | 0.57 | 0.29 | 27.65 | 0.4 | 0.51 |
| Hex | B4 | 7D | 4E | 0 | 1F | 39 | 1D | 1C | 28 | 33 |
| Octal | 264 | 175 | 116 | 0 | 37 | 71 | 35 | 34 | 50 | 63 |
| Binary | 10110100 | 1111101 | 1001110 | 0 | 11111 | 111001 | 11101 | 11100 | 101000 | 110011 |
Color Harmonies of #B47D4E
Complementary color
Monochromatic Colors of #B47D4E
Black with #B47D4E
Text Example
Text Example
White with #B47D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47D4E; }
p { color: rgb(180,125,78); }
H1.HeaderClassName
{
color: #B47D4E;
}
.AnyTagClassName
{
color: #B47D4E;
}
</style>
background-color css
<style>
a { background-color: #B47D4E; }
a { background-color: rgb(180,125,78); }
div.DivClassName
{
background-color: #B47D4E;
}
.BgClassName
{
background-color: #B47D4E;
}
</style>
border-color css
<style>
span { border-color: #B47D4E; }
span { border-color: rgb(180,125,78); }
td.TdClassName
{
border-color: #B47D4E;
}
.TagClassName
{
border-color: #B47D4E;
}
</style>