Shades of Muddy Waters #B8844F
Tints of Muddy Waters #B8844F
RGB
CMYK
RGB Variations
Color information
#B8844F (or 0xB8844F) is known color: Muddy Waters. HEX triplet: B8, 84 and 4F. RGB value is (184,132,79). Sum of RGB (Red+Green+Blue) = 184+132+79=395 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.58% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 79 (31.25% from 255 or 20% from 395); Max value from RGB is 184 - color contains mainly: red. Hex color #B8844F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8844F is #477BB0. Grayscale: #8D8D8D. Windows color (decimal): -4684721 or 5211320. OLE color: 5211320.
HSL color Cylindrical-coordinate representation of color #B8844F: hue angle of 30.29º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B8844F is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 132 | 79 | - |
| CMYK | 0 | 0.28 | 0.57 | 0.28 |
| HSL | 30.29º | 0.43% | 0.52% | - |
| HSV(B) | 30.29º | 0.57% | 0.72% | - |
| XYZ | 29.43 | 27.26 | 11.11 | - |
| YUV | 141.51 | 92.73 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 132 | 79 | 0 | 0.28 | 0.57 | 0.28 | 30.29 | 0.43 | 0.52 |
| Hex | B8 | 84 | 4F | 0 | 1C | 39 | 1C | 1E | 2B | 34 |
| Octal | 270 | 204 | 117 | 0 | 34 | 71 | 34 | 36 | 53 | 64 |
| Binary | 10111000 | 10000100 | 1001111 | 0 | 11100 | 111001 | 11100 | 11110 | 101011 | 110100 |
Color Harmonies of #B8844F
Complementary color
Monochromatic Colors of #B8844F
Black with #B8844F
Text Example
Text Example
White with #B8844F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8844F; }
p { color: rgb(184,132,79); }
H1.HeaderClassName
{
color: #B8844F;
}
.AnyTagClassName
{
color: #B8844F;
}
</style>
background-color css
<style>
a { background-color: #B8844F; }
a { background-color: rgb(184,132,79); }
div.DivClassName
{
background-color: #B8844F;
}
.BgClassName
{
background-color: #B8844F;
}
</style>
border-color css
<style>
span { border-color: #B8844F; }
span { border-color: rgb(184,132,79); }
td.TdClassName
{
border-color: #B8844F;
}
.TagClassName
{
border-color: #B8844F;
}
</style>