Shades of Muddy Waters #B18150
Tints of Muddy Waters #B18150
RGB
CMYK
RGB Variations
Color information
#B18150 (or 0xB18150) is known color: Muddy Waters. HEX triplet: B1, 81 and 50. RGB value is (177,129,80). Sum of RGB (Red+Green+Blue) = 177+129+80=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B18150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18150 is #4E7EAF. Grayscale: #8A8A8A. Windows color (decimal): -5144240 or 5276081. OLE color: 5276081.
HSL color Cylindrical-coordinate representation of color #B18150: hue angle of 30.31º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B18150 is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 129 | 80 | - |
| CMYK | 0 | 0.27 | 0.55 | 0.31 |
| HSL | 30.31º | 0.38% | 0.5% | - |
| HSV(B) | 30.31º | 0.55% | 0.69% | - |
| XYZ | 27.43 | 25.63 | 11.09 | - |
| YUV | 137.77 | 95.4 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 129 | 80 | 0 | 0.27 | 0.55 | 0.31 | 30.31 | 0.38 | 0.5 |
| Hex | B1 | 81 | 50 | 0 | 1B | 37 | 1F | 1E | 26 | 32 |
| Octal | 261 | 201 | 120 | 0 | 33 | 67 | 37 | 36 | 46 | 62 |
| Binary | 10110001 | 10000001 | 1010000 | 0 | 11011 | 110111 | 11111 | 11110 | 100110 | 110010 |
Color Harmonies of #B18150
Complementary color
Monochromatic Colors of #B18150
Black with #B18150
Text Example
Text Example
White with #B18150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18150; }
p { color: rgb(177,129,80); }
H1.HeaderClassName
{
color: #B18150;
}
.AnyTagClassName
{
color: #B18150;
}
</style>
background-color css
<style>
a { background-color: #B18150; }
a { background-color: rgb(177,129,80); }
div.DivClassName
{
background-color: #B18150;
}
.BgClassName
{
background-color: #B18150;
}
</style>
border-color css
<style>
span { border-color: #B18150; }
span { border-color: rgb(177,129,80); }
td.TdClassName
{
border-color: #B18150;
}
.TagClassName
{
border-color: #B18150;
}
</style>