Shades of Muddy Waters #B5864D
Tints of Muddy Waters #B5864D
RGB
CMYK
RGB Variations
Color information
#B5864D (or 0xB5864D) is known color: Muddy Waters. HEX triplet: B5, 86 and 4D. RGB value is (181,134,77). Sum of RGB (Red+Green+Blue) = 181+134+77=392 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.17% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 77 (30.47% from 255 or 19.64% from 392); Max value from RGB is 181 - color contains mainly: red. Hex color #B5864D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5864D is #4A79B2. Grayscale: #8D8D8D. Windows color (decimal): -4880819 or 5080757. OLE color: 5080757.
HSL color Cylindrical-coordinate representation of color #B5864D: hue angle of 32.88º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B5864D is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 134 | 77 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.29 |
| HSL | 32.88º | 0.41% | 0.51% | - |
| HSV(B) | 32.88º | 0.57% | 0.71% | - |
| XYZ | 28.92 | 27.41 | 10.79 | - |
| YUV | 141.56 | 91.57 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 134 | 77 | 0 | 0.26 | 0.57 | 0.29 | 32.88 | 0.41 | 0.51 |
| Hex | B5 | 86 | 4D | 0 | 1A | 39 | 1D | 21 | 29 | 33 |
| Octal | 265 | 206 | 115 | 0 | 32 | 71 | 35 | 41 | 51 | 63 |
| Binary | 10110101 | 10000110 | 1001101 | 0 | 11010 | 111001 | 11101 | 100001 | 101001 | 110011 |
Color Harmonies of #B5864D
Complementary color
Monochromatic Colors of #B5864D
Black with #B5864D
Text Example
Text Example
White with #B5864D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5864D; }
p { color: rgb(181,134,77); }
H1.HeaderClassName
{
color: #B5864D;
}
.AnyTagClassName
{
color: #B5864D;
}
</style>
background-color css
<style>
a { background-color: #B5864D; }
a { background-color: rgb(181,134,77); }
div.DivClassName
{
background-color: #B5864D;
}
.BgClassName
{
background-color: #B5864D;
}
</style>
border-color css
<style>
span { border-color: #B5864D; }
span { border-color: rgb(181,134,77); }
td.TdClassName
{
border-color: #B5864D;
}
.TagClassName
{
border-color: #B5864D;
}
</style>