Shades of Muddy Waters #B4854D
Tints of Muddy Waters #B4854D
RGB
CMYK
RGB Variations
Color information
#B4854D (or 0xB4854D) is known color: Muddy Waters. HEX triplet: B4, 85 and 4D. RGB value is (180,133,77). Sum of RGB (Red+Green+Blue) = 180+133+77=390 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.15% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 77 (30.47% from 255 or 19.74% from 390); Max value from RGB is 180 - color contains mainly: red. Hex color #B4854D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4854D is #4B7AB2. Grayscale: #8C8C8C. Windows color (decimal): -4946611 or 5080500. OLE color: 5080500.
HSL color Cylindrical-coordinate representation of color #B4854D: hue angle of 32.62º 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 #B4854D is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 133 | 77 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.29 |
| HSL | 32.62º | 0.41% | 0.5% | - |
| HSV(B) | 32.62º | 0.57% | 0.71% | - |
| XYZ | 28.55 | 27.01 | 10.73 | - |
| YUV | 140.67 | 92.07 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 133 | 77 | 0 | 0.26 | 0.57 | 0.29 | 32.62 | 0.41 | 0.5 |
| Hex | B4 | 85 | 4D | 0 | 1A | 39 | 1D | 21 | 29 | 32 |
| Octal | 264 | 205 | 115 | 0 | 32 | 71 | 35 | 41 | 51 | 62 |
| Binary | 10110100 | 10000101 | 1001101 | 0 | 11010 | 111001 | 11101 | 100001 | 101001 | 110010 |
Color Harmonies of #B4854D
Complementary color
Monochromatic Colors of #B4854D
Black with #B4854D
Text Example
Text Example
White with #B4854D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4854D; }
p { color: rgb(180,133,77); }
H1.HeaderClassName
{
color: #B4854D;
}
.AnyTagClassName
{
color: #B4854D;
}
</style>
background-color css
<style>
a { background-color: #B4854D; }
a { background-color: rgb(180,133,77); }
div.DivClassName
{
background-color: #B4854D;
}
.BgClassName
{
background-color: #B4854D;
}
</style>
border-color css
<style>
span { border-color: #B4854D; }
span { border-color: rgb(180,133,77); }
td.TdClassName
{
border-color: #B4854D;
}
.TagClassName
{
border-color: #B4854D;
}
</style>