Shades of Muddy Waters #B47E51
Tints of Muddy Waters #B47E51
RGB
CMYK
RGB Variations
Color information
#B47E51 (or 0xB47E51) is known color: Muddy Waters. HEX triplet: B4, 7E and 51. RGB value is (180,126,81). Sum of RGB (Red+Green+Blue) = 180+126+81=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 126 (49.61% from 255 or 32.56% from 387); Blue value is 81 (32.03% from 255 or 20.93% from 387); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47E51 is #4B81AE. Grayscale: #898989. Windows color (decimal): -4948399 or 5340852. OLE color: 5340852.
HSL color Cylindrical-coordinate representation of color #B47E51: hue angle of 27.27º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B47E51 is Cyan = 0, Magento = 0.3, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 126 | 81 | - |
| CMYK | 0 | 0.3 | 0.55 | 0.29 |
| HSL | 27.27º | 0.4% | 0.51% | - |
| HSV(B) | 27.27º | 0.55% | 0.71% | - |
| XYZ | 27.77 | 25.22 | 11.19 | - |
| YUV | 137.02 | 96.39 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 126 | 81 | 0 | 0.3 | 0.55 | 0.29 | 27.27 | 0.4 | 0.51 |
| Hex | B4 | 7E | 51 | 0 | 1E | 37 | 1D | 1B | 28 | 33 |
| Octal | 264 | 176 | 121 | 0 | 36 | 67 | 35 | 33 | 50 | 63 |
| Binary | 10110100 | 1111110 | 1010001 | 0 | 11110 | 110111 | 11101 | 11011 | 101000 | 110011 |
Color Harmonies of #B47E51
Complementary color
Monochromatic Colors of #B47E51
Black with #B47E51
Text Example
Text Example
White with #B47E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47E51; }
p { color: rgb(180,126,81); }
H1.HeaderClassName
{
color: #B47E51;
}
.AnyTagClassName
{
color: #B47E51;
}
</style>
background-color css
<style>
a { background-color: #B47E51; }
a { background-color: rgb(180,126,81); }
div.DivClassName
{
background-color: #B47E51;
}
.BgClassName
{
background-color: #B47E51;
}
</style>
border-color css
<style>
span { border-color: #B47E51; }
span { border-color: rgb(180,126,81); }
td.TdClassName
{
border-color: #B47E51;
}
.TagClassName
{
border-color: #B47E51;
}
</style>