Shades of Muddy Waters #B0844D
Tints of Muddy Waters #B0844D
RGB
CMYK
RGB Variations
Color information
#B0844D (or 0xB0844D) is known color: Muddy Waters. HEX triplet: B0, 84 and 4D. RGB value is (176,132,77). Sum of RGB (Red+Green+Blue) = 176+132+77=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B0844D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0844D is #4F7BB2. Grayscale: #8B8B8B. Windows color (decimal): -5209011 or 5080240. OLE color: 5080240.
HSL color Cylindrical-coordinate representation of color #B0844D: hue angle of 33.33º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0844D is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 132 | 77 | - |
| CMYK | 0 | 0.25 | 0.56 | 0.31 |
| HSL | 33.33º | 0.39% | 0.5% | - |
| HSV(B) | 33.33º | 0.56% | 0.69% | - |
| XYZ | 27.5 | 26.27 | 10.64 | - |
| YUV | 138.89 | 93.08 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 132 | 77 | 0 | 0.25 | 0.56 | 0.31 | 33.33 | 0.39 | 0.5 |
| Hex | B0 | 84 | 4D | 0 | 19 | 38 | 1F | 21 | 27 | 32 |
| Octal | 260 | 204 | 115 | 0 | 31 | 70 | 37 | 41 | 47 | 62 |
| Binary | 10110000 | 10000100 | 1001101 | 0 | 11001 | 111000 | 11111 | 100001 | 100111 | 110010 |
Color Harmonies of #B0844D
Complementary color
Monochromatic Colors of #B0844D
Black with #B0844D
Text Example
Text Example
White with #B0844D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0844D; }
p { color: rgb(176,132,77); }
H1.HeaderClassName
{
color: #B0844D;
}
.AnyTagClassName
{
color: #B0844D;
}
</style>
background-color css
<style>
a { background-color: #B0844D; }
a { background-color: rgb(176,132,77); }
div.DivClassName
{
background-color: #B0844D;
}
.BgClassName
{
background-color: #B0844D;
}
</style>
border-color css
<style>
span { border-color: #B0844D; }
span { border-color: rgb(176,132,77); }
td.TdClassName
{
border-color: #B0844D;
}
.TagClassName
{
border-color: #B0844D;
}
</style>