Shades of Muddy Waters #B2844D
Tints of Muddy Waters #B2844D
RGB
CMYK
RGB Variations
Color information
#B2844D (or 0xB2844D) is known color: Muddy Waters. HEX triplet: B2, 84 and 4D. RGB value is (178,132,77). Sum of RGB (Red+Green+Blue) = 178+132+77=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 77 (30.47% from 255 or 19.90% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B2844D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2844D is #4D7BB2. Grayscale: #8B8B8B. Windows color (decimal): -5077939 or 5080242. OLE color: 5080242.
HSL color Cylindrical-coordinate representation of color #B2844D: hue angle of 32.67º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B2844D is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 132 | 77 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.30 |
| HSL | 32.67º | 0.4% | 0.5% | - |
| HSV(B) | 32.67º | 0.57% | 0.7% | - |
| XYZ | 27.95 | 26.5 | 10.66 | - |
| YUV | 139.48 | 92.74 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 132 | 77 | 0 | 0.26 | 0.57 | 0.30 | 32.67 | 0.4 | 0.5 |
| Hex | B2 | 84 | 4D | 0 | 1A | 39 | 1E | 21 | 28 | 32 |
| Octal | 262 | 204 | 115 | 0 | 32 | 71 | 36 | 41 | 50 | 62 |
| Binary | 10110010 | 10000100 | 1001101 | 0 | 11010 | 111001 | 11110 | 100001 | 101000 | 110010 |
Color Harmonies of #B2844D
Complementary color
Monochromatic Colors of #B2844D
Black with #B2844D
Text Example
Text Example
White with #B2844D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2844D; }
p { color: rgb(178,132,77); }
H1.HeaderClassName
{
color: #B2844D;
}
.AnyTagClassName
{
color: #B2844D;
}
</style>
background-color css
<style>
a { background-color: #B2844D; }
a { background-color: rgb(178,132,77); }
div.DivClassName
{
background-color: #B2844D;
}
.BgClassName
{
background-color: #B2844D;
}
</style>
border-color css
<style>
span { border-color: #B2844D; }
span { border-color: rgb(178,132,77); }
td.TdClassName
{
border-color: #B2844D;
}
.TagClassName
{
border-color: #B2844D;
}
</style>