Shades of Muddy Waters #B4844E
Tints of Muddy Waters #B4844E
RGB
CMYK
RGB Variations
Color information
#B4844E (or 0xB4844E) is known color: Muddy Waters. HEX triplet: B4, 84 and 4E. RGB value is (180,132,78). Sum of RGB (Red+Green+Blue) = 180+132+78=390 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.15% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 78 (30.86% from 255 or 20% from 390); Max value from RGB is 180 - color contains mainly: red. Hex color #B4844E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4844E is #4B7BB1. Grayscale: #8C8C8C. Windows color (decimal): -4946866 or 5145780. OLE color: 5145780.
HSL color Cylindrical-coordinate representation of color #B4844E: hue angle of 31.76º 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 #B4844E is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 132 | 78 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.29 |
| HSL | 31.76º | 0.4% | 0.51% | - |
| HSV(B) | 31.76º | 0.57% | 0.71% | - |
| XYZ | 28.45 | 26.76 | 10.87 | - |
| YUV | 140.2 | 92.9 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 132 | 78 | 0 | 0.27 | 0.57 | 0.29 | 31.76 | 0.4 | 0.51 |
| Hex | B4 | 84 | 4E | 0 | 1B | 39 | 1D | 20 | 28 | 33 |
| Octal | 264 | 204 | 116 | 0 | 33 | 71 | 35 | 40 | 50 | 63 |
| Binary | 10110100 | 10000100 | 1001110 | 0 | 11011 | 111001 | 11101 | 100000 | 101000 | 110011 |
Color Harmonies of #B4844E
Complementary color
Monochromatic Colors of #B4844E
Black with #B4844E
Text Example
Text Example
White with #B4844E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4844E; }
p { color: rgb(180,132,78); }
H1.HeaderClassName
{
color: #B4844E;
}
.AnyTagClassName
{
color: #B4844E;
}
</style>
background-color css
<style>
a { background-color: #B4844E; }
a { background-color: rgb(180,132,78); }
div.DivClassName
{
background-color: #B4844E;
}
.BgClassName
{
background-color: #B4844E;
}
</style>
border-color css
<style>
span { border-color: #B4844E; }
span { border-color: rgb(180,132,78); }
td.TdClassName
{
border-color: #B4844E;
}
.TagClassName
{
border-color: #B4844E;
}
</style>