Shades of Muddy Waters #B2834D
Tints of Muddy Waters #B2834D
RGB
CMYK
RGB Variations
Color information
#B2834D (or 0xB2834D) is known color: Muddy Waters. HEX triplet: B2, 83 and 4D. RGB value is (178,131,77). Sum of RGB (Red+Green+Blue) = 178+131+77=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 178 - color contains mainly: red. Hex color #B2834D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2834D is #4D7CB2. Grayscale: #8B8B8B. Windows color (decimal): -5078195 or 5079986. OLE color: 5079986.
HSL color Cylindrical-coordinate representation of color #B2834D: hue angle of 32.08º 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 #B2834D is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 131 | 77 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.30 |
| HSL | 32.08º | 0.4% | 0.5% | - |
| HSV(B) | 32.08º | 0.57% | 0.7% | - |
| XYZ | 27.82 | 26.23 | 10.62 | - |
| YUV | 138.9 | 93.07 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 131 | 77 | 0 | 0.26 | 0.57 | 0.30 | 32.08 | 0.4 | 0.5 |
| Hex | B2 | 83 | 4D | 0 | 1A | 39 | 1E | 20 | 28 | 32 |
| Octal | 262 | 203 | 115 | 0 | 32 | 71 | 36 | 40 | 50 | 62 |
| Binary | 10110010 | 10000011 | 1001101 | 0 | 11010 | 111001 | 11110 | 100000 | 101000 | 110010 |
Color Harmonies of #B2834D
Complementary color
Monochromatic Colors of #B2834D
Black with #B2834D
Text Example
Text Example
White with #B2834D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2834D; }
p { color: rgb(178,131,77); }
H1.HeaderClassName
{
color: #B2834D;
}
.AnyTagClassName
{
color: #B2834D;
}
</style>
background-color css
<style>
a { background-color: #B2834D; }
a { background-color: rgb(178,131,77); }
div.DivClassName
{
background-color: #B2834D;
}
.BgClassName
{
background-color: #B2834D;
}
</style>
border-color css
<style>
span { border-color: #B2834D; }
span { border-color: rgb(178,131,77); }
td.TdClassName
{
border-color: #B2834D;
}
.TagClassName
{
border-color: #B2834D;
}
</style>