Shades of Muddy Waters #B2804D
Tints of Muddy Waters #B2804D
RGB
CMYK
RGB Variations
Color information
#B2804D (or 0xB2804D) is known color: Muddy Waters. HEX triplet: B2, 80 and 4D. RGB value is (178,128,77). Sum of RGB (Red+Green+Blue) = 178+128+77=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 77 (30.47% from 255 or 20.10% from 383); Max value from RGB is 178 - color contains mainly: red. Hex color #B2804D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2804D is #4D7FB2. Grayscale: #898989. Windows color (decimal): -5078963 or 5079218. OLE color: 5079218.
HSL color Cylindrical-coordinate representation of color #B2804D: hue angle of 30.3º 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 #B2804D is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 128 | 77 | - |
| CMYK | 0 | 0.28 | 0.57 | 0.30 |
| HSL | 30.3º | 0.4% | 0.5% | - |
| HSV(B) | 30.3º | 0.57% | 0.7% | - |
| XYZ | 27.42 | 25.44 | 10.49 | - |
| YUV | 137.14 | 94.07 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 128 | 77 | 0 | 0.28 | 0.57 | 0.30 | 30.3 | 0.4 | 0.5 |
| Hex | B2 | 80 | 4D | 0 | 1C | 39 | 1E | 1E | 28 | 32 |
| Octal | 262 | 200 | 115 | 0 | 34 | 71 | 36 | 36 | 50 | 62 |
| Binary | 10110010 | 10000000 | 1001101 | 0 | 11100 | 111001 | 11110 | 11110 | 101000 | 110010 |
Color Harmonies of #B2804D
Complementary color
Monochromatic Colors of #B2804D
Black with #B2804D
Text Example
Text Example
White with #B2804D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2804D; }
p { color: rgb(178,128,77); }
H1.HeaderClassName
{
color: #B2804D;
}
.AnyTagClassName
{
color: #B2804D;
}
</style>
background-color css
<style>
a { background-color: #B2804D; }
a { background-color: rgb(178,128,77); }
div.DivClassName
{
background-color: #B2804D;
}
.BgClassName
{
background-color: #B2804D;
}
</style>
border-color css
<style>
span { border-color: #B2804D; }
span { border-color: rgb(178,128,77); }
td.TdClassName
{
border-color: #B2804D;
}
.TagClassName
{
border-color: #B2804D;
}
</style>