Shades of Muddy Waters #B18044
Tints of Muddy Waters #B18044
RGB
CMYK
RGB Variations
Color information
#B18044 (or 0xB18044) is known color: Muddy Waters. HEX triplet: B1, 80 and 44. RGB value is (177,128,68). Sum of RGB (Red+Green+Blue) = 177+128+68=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 68 (26.95% from 255 or 18.23% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B18044 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18044 is #4E7FBB. Grayscale: #888888. Windows color (decimal): -5144508 or 4489393. OLE color: 4489393.
HSL color Cylindrical-coordinate representation of color #B18044: hue angle of 33.03º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B18044 is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 128 | 68 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.31 |
| HSL | 33.03º | 0.44% | 0.48% | - |
| HSV(B) | 33.03º | 0.62% | 0.69% | - |
| XYZ | 26.89 | 25.2 | 8.92 | - |
| YUV | 135.81 | 89.73 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 128 | 68 | 0 | 0.28 | 0.62 | 0.31 | 33.03 | 0.44 | 0.48 |
| Hex | B1 | 80 | 44 | 0 | 1C | 3E | 1F | 21 | 2C | 30 |
| Octal | 261 | 200 | 104 | 0 | 34 | 76 | 37 | 41 | 54 | 60 |
| Binary | 10110001 | 10000000 | 1000100 | 0 | 11100 | 111110 | 11111 | 100001 | 101100 | 110000 |
Color Harmonies of #B18044
Complementary color
Monochromatic Colors of #B18044
Black with #B18044
Text Example
Text Example
White with #B18044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18044; }
p { color: rgb(177,128,68); }
H1.HeaderClassName
{
color: #B18044;
}
.AnyTagClassName
{
color: #B18044;
}
</style>
background-color css
<style>
a { background-color: #B18044; }
a { background-color: rgb(177,128,68); }
div.DivClassName
{
background-color: #B18044;
}
.BgClassName
{
background-color: #B18044;
}
</style>
border-color css
<style>
span { border-color: #B18044; }
span { border-color: rgb(177,128,68); }
td.TdClassName
{
border-color: #B18044;
}
.TagClassName
{
border-color: #B18044;
}
</style>