Shades of Muddy Waters #B4864D
Tints of Muddy Waters #B4864D
RGB
CMYK
RGB Variations
Color information
#B4864D (or 0xB4864D) is known color: Muddy Waters. HEX triplet: B4, 86 and 4D. RGB value is (180,134,77). Sum of RGB (Red+Green+Blue) = 180+134+77=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 77 (30.47% from 255 or 19.69% from 391); Max value from RGB is 180 - color contains mainly: red. Hex color #B4864D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4864D is #4B79B2. Grayscale: #8D8D8D. Windows color (decimal): -4946355 or 5080756. OLE color: 5080756.
HSL color Cylindrical-coordinate representation of color #B4864D: hue angle of 33.2º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B4864D is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 134 | 77 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.29 |
| HSL | 33.2º | 0.41% | 0.5% | - |
| HSV(B) | 33.2º | 0.57% | 0.71% | - |
| XYZ | 28.69 | 27.29 | 10.78 | - |
| YUV | 141.26 | 91.74 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 134 | 77 | 0 | 0.26 | 0.57 | 0.29 | 33.2 | 0.41 | 0.5 |
| Hex | B4 | 86 | 4D | 0 | 1A | 39 | 1D | 21 | 29 | 32 |
| Octal | 264 | 206 | 115 | 0 | 32 | 71 | 35 | 41 | 51 | 62 |
| Binary | 10110100 | 10000110 | 1001101 | 0 | 11010 | 111001 | 11101 | 100001 | 101001 | 110010 |
Color Harmonies of #B4864D
Complementary color
Monochromatic Colors of #B4864D
Black with #B4864D
Text Example
Text Example
White with #B4864D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4864D; }
p { color: rgb(180,134,77); }
H1.HeaderClassName
{
color: #B4864D;
}
.AnyTagClassName
{
color: #B4864D;
}
</style>
background-color css
<style>
a { background-color: #B4864D; }
a { background-color: rgb(180,134,77); }
div.DivClassName
{
background-color: #B4864D;
}
.BgClassName
{
background-color: #B4864D;
}
</style>
border-color css
<style>
span { border-color: #B4864D; }
span { border-color: rgb(180,134,77); }
td.TdClassName
{
border-color: #B4864D;
}
.TagClassName
{
border-color: #B4864D;
}
</style>