Shades of Muddy Waters #B18144
Tints of Muddy Waters #B18144
RGB
CMYK
RGB Variations
Color information
#B18144 (or 0xB18144) is known color: Muddy Waters. HEX triplet: B1, 81 and 44. RGB value is (177,129,68). Sum of RGB (Red+Green+Blue) = 177+129+68=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 129 (50.78% from 255 or 34.49% from 374); Blue value is 68 (26.95% from 255 or 18.18% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B18144 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18144 is #4E7EBB. Grayscale: #888888. Windows color (decimal): -5144252 or 4489649. OLE color: 4489649.
HSL color Cylindrical-coordinate representation of color #B18144: hue angle of 33.58º 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 #B18144 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 129 | 68 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.31 |
| HSL | 33.58º | 0.44% | 0.48% | - |
| HSV(B) | 33.58º | 0.62% | 0.69% | - |
| XYZ | 27.03 | 25.46 | 8.96 | - |
| YUV | 136.4 | 89.4 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 129 | 68 | 0 | 0.27 | 0.62 | 0.31 | 33.58 | 0.44 | 0.48 |
| Hex | B1 | 81 | 44 | 0 | 1B | 3E | 1F | 22 | 2C | 30 |
| Octal | 261 | 201 | 104 | 0 | 33 | 76 | 37 | 42 | 54 | 60 |
| Binary | 10110001 | 10000001 | 1000100 | 0 | 11011 | 111110 | 11111 | 100010 | 101100 | 110000 |
Color Harmonies of #B18144
Complementary color
Monochromatic Colors of #B18144
Black with #B18144
Text Example
Text Example
White with #B18144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18144; }
p { color: rgb(177,129,68); }
H1.HeaderClassName
{
color: #B18144;
}
.AnyTagClassName
{
color: #B18144;
}
</style>
background-color css
<style>
a { background-color: #B18144; }
a { background-color: rgb(177,129,68); }
div.DivClassName
{
background-color: #B18144;
}
.BgClassName
{
background-color: #B18144;
}
</style>
border-color css
<style>
span { border-color: #B18144; }
span { border-color: rgb(177,129,68); }
td.TdClassName
{
border-color: #B18144;
}
.TagClassName
{
border-color: #B18144;
}
</style>