Shades of Muddy Waters #B5864E
Tints of Muddy Waters #B5864E
RGB
CMYK
RGB Variations
Color information
#B5864E (or 0xB5864E) is known color: Muddy Waters. HEX triplet: B5, 86 and 4E. RGB value is (181,134,78). Sum of RGB (Red+Green+Blue) = 181+134+78=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 78 (30.86% from 255 or 19.85% from 393); Max value from RGB is 181 - color contains mainly: red. Hex color #B5864E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5864E is #4A79B1. Grayscale: #8D8D8D. Windows color (decimal): -4880818 or 5146293. OLE color: 5146293.
HSL color Cylindrical-coordinate representation of color #B5864E: hue angle of 32.62º 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 #B5864E is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 134 | 78 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.29 |
| HSL | 32.62º | 0.41% | 0.51% | - |
| HSV(B) | 32.62º | 0.57% | 0.71% | - |
| XYZ | 28.96 | 27.42 | 10.97 | - |
| YUV | 141.67 | 92.07 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 134 | 78 | 0 | 0.26 | 0.57 | 0.29 | 32.62 | 0.41 | 0.51 |
| Hex | B5 | 86 | 4E | 0 | 1A | 39 | 1D | 21 | 29 | 33 |
| Octal | 265 | 206 | 116 | 0 | 32 | 71 | 35 | 41 | 51 | 63 |
| Binary | 10110101 | 10000110 | 1001110 | 0 | 11010 | 111001 | 11101 | 100001 | 101001 | 110011 |
Color Harmonies of #B5864E
Complementary color
Monochromatic Colors of #B5864E
Black with #B5864E
Text Example
Text Example
White with #B5864E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5864E; }
p { color: rgb(181,134,78); }
H1.HeaderClassName
{
color: #B5864E;
}
.AnyTagClassName
{
color: #B5864E;
}
</style>
background-color css
<style>
a { background-color: #B5864E; }
a { background-color: rgb(181,134,78); }
div.DivClassName
{
background-color: #B5864E;
}
.BgClassName
{
background-color: #B5864E;
}
</style>
border-color css
<style>
span { border-color: #B5864E; }
span { border-color: rgb(181,134,78); }
td.TdClassName
{
border-color: #B5864E;
}
.TagClassName
{
border-color: #B5864E;
}
</style>