Shades of Muddy Waters #B0844E
Tints of Muddy Waters #B0844E
RGB
CMYK
RGB Variations
Color information
#B0844E (or 0xB0844E) is known color: Muddy Waters. HEX triplet: B0, 84 and 4E. RGB value is (176,132,78). Sum of RGB (Red+Green+Blue) = 176+132+78=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 78 (30.86% from 255 or 20.21% from 386); Max value from RGB is 176 - color contains mainly: red. Hex color #B0844E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0844E is #4F7BB1. Grayscale: #8B8B8B. Windows color (decimal): -5209010 or 5145776. OLE color: 5145776.
HSL color Cylindrical-coordinate representation of color #B0844E: hue angle of 33.06º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0844E is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 132 | 78 | - |
| CMYK | 0 | 0.25 | 0.56 | 0.31 |
| HSL | 33.06º | 0.39% | 0.5% | - |
| HSV(B) | 33.06º | 0.56% | 0.69% | - |
| XYZ | 27.53 | 26.28 | 10.83 | - |
| YUV | 139 | 93.58 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 132 | 78 | 0 | 0.25 | 0.56 | 0.31 | 33.06 | 0.39 | 0.5 |
| Hex | B0 | 84 | 4E | 0 | 19 | 38 | 1F | 21 | 27 | 32 |
| Octal | 260 | 204 | 116 | 0 | 31 | 70 | 37 | 41 | 47 | 62 |
| Binary | 10110000 | 10000100 | 1001110 | 0 | 11001 | 111000 | 11111 | 100001 | 100111 | 110010 |
Color Harmonies of #B0844E
Complementary color
Monochromatic Colors of #B0844E
Black with #B0844E
Text Example
Text Example
White with #B0844E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0844E; }
p { color: rgb(176,132,78); }
H1.HeaderClassName
{
color: #B0844E;
}
.AnyTagClassName
{
color: #B0844E;
}
</style>
background-color css
<style>
a { background-color: #B0844E; }
a { background-color: rgb(176,132,78); }
div.DivClassName
{
background-color: #B0844E;
}
.BgClassName
{
background-color: #B0844E;
}
</style>
border-color css
<style>
span { border-color: #B0844E; }
span { border-color: rgb(176,132,78); }
td.TdClassName
{
border-color: #B0844E;
}
.TagClassName
{
border-color: #B0844E;
}
</style>