Shades of Muddy Waters #B2804C
Tints of Muddy Waters #B2804C
RGB
CMYK
RGB Variations
Color information
#B2804C (or 0xB2804C) is known color: Muddy Waters. HEX triplet: B2, 80 and 4C. RGB value is (178,128,76). Sum of RGB (Red+Green+Blue) = 178+128+76=382 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.60% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 178 - color contains mainly: red. Hex color #B2804C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2804C is #4D7FB3. Grayscale: #898989. Windows color (decimal): -5078964 or 5013682. OLE color: 5013682.
HSL color Cylindrical-coordinate representation of color #B2804C: hue angle of 30.59º 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 #B2804C is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 128 | 76 | - |
| CMYK | 0 | 0.28 | 0.57 | 0.30 |
| HSL | 30.59º | 0.4% | 0.5% | - |
| HSV(B) | 30.59º | 0.57% | 0.7% | - |
| XYZ | 27.38 | 25.43 | 10.3 | - |
| YUV | 137.02 | 93.57 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 128 | 76 | 0 | 0.28 | 0.57 | 0.30 | 30.59 | 0.4 | 0.5 |
| Hex | B2 | 80 | 4C | 0 | 1C | 39 | 1E | 1F | 28 | 32 |
| Octal | 262 | 200 | 114 | 0 | 34 | 71 | 36 | 37 | 50 | 62 |
| Binary | 10110010 | 10000000 | 1001100 | 0 | 11100 | 111001 | 11110 | 11111 | 101000 | 110010 |
Color Harmonies of #B2804C
Complementary color
Monochromatic Colors of #B2804C
Black with #B2804C
Text Example
Text Example
White with #B2804C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2804C; }
p { color: rgb(178,128,76); }
H1.HeaderClassName
{
color: #B2804C;
}
.AnyTagClassName
{
color: #B2804C;
}
</style>
background-color css
<style>
a { background-color: #B2804C; }
a { background-color: rgb(178,128,76); }
div.DivClassName
{
background-color: #B2804C;
}
.BgClassName
{
background-color: #B2804C;
}
</style>
border-color css
<style>
span { border-color: #B2804C; }
span { border-color: rgb(178,128,76); }
td.TdClassName
{
border-color: #B2804C;
}
.TagClassName
{
border-color: #B2804C;
}
</style>