Shades of Muddy Waters #B0804D
Tints of Muddy Waters #B0804D
RGB
CMYK
RGB Variations
Color information
#B0804D (or 0xB0804D) is known color: Muddy Waters. HEX triplet: B0, 80 and 4D. RGB value is (176,128,77). Sum of RGB (Red+Green+Blue) = 176+128+77=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 176 - color contains mainly: red. Hex color #B0804D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0804D is #4F7FB2. Grayscale: #888888. Windows color (decimal): -5210035 or 5079216. OLE color: 5079216.
HSL color Cylindrical-coordinate representation of color #B0804D: hue angle of 30.91º 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 #B0804D is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 128 | 77 | - |
| CMYK | 0 | 0.27 | 0.56 | 0.31 |
| HSL | 30.91º | 0.39% | 0.5% | - |
| HSV(B) | 30.91º | 0.56% | 0.69% | - |
| XYZ | 26.96 | 25.2 | 10.46 | - |
| YUV | 136.54 | 94.4 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 128 | 77 | 0 | 0.27 | 0.56 | 0.31 | 30.91 | 0.39 | 0.5 |
| Hex | B0 | 80 | 4D | 0 | 1B | 38 | 1F | 1F | 27 | 32 |
| Octal | 260 | 200 | 115 | 0 | 33 | 70 | 37 | 37 | 47 | 62 |
| Binary | 10110000 | 10000000 | 1001101 | 0 | 11011 | 111000 | 11111 | 11111 | 100111 | 110010 |
Color Harmonies of #B0804D
Complementary color
Monochromatic Colors of #B0804D
Black with #B0804D
Text Example
Text Example
White with #B0804D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0804D; }
p { color: rgb(176,128,77); }
H1.HeaderClassName
{
color: #B0804D;
}
.AnyTagClassName
{
color: #B0804D;
}
</style>
background-color css
<style>
a { background-color: #B0804D; }
a { background-color: rgb(176,128,77); }
div.DivClassName
{
background-color: #B0804D;
}
.BgClassName
{
background-color: #B0804D;
}
</style>
border-color css
<style>
span { border-color: #B0804D; }
span { border-color: rgb(176,128,77); }
td.TdClassName
{
border-color: #B0804D;
}
.TagClassName
{
border-color: #B0804D;
}
</style>