Shades of Muddy Waters #B18450
Tints of Muddy Waters #B18450
RGB
CMYK
RGB Variations
Color information
#B18450 (or 0xB18450) is known color: Muddy Waters. HEX triplet: B1, 84 and 50. RGB value is (177,132,80). Sum of RGB (Red+Green+Blue) = 177+132+80=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 80 (31.64% from 255 or 20.57% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B18450 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18450 is #4E7BAF. Grayscale: #8B8B8B. Windows color (decimal): -5143472 or 5276849. OLE color: 5276849.
HSL color Cylindrical-coordinate representation of color #B18450: hue angle of 32.16º 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 #B18450 is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 132 | 80 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.31 |
| HSL | 32.16º | 0.38% | 0.5% | - |
| HSV(B) | 32.16º | 0.55% | 0.69% | - |
| XYZ | 27.83 | 26.43 | 11.22 | - |
| YUV | 139.53 | 94.41 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 132 | 80 | 0 | 0.25 | 0.55 | 0.31 | 32.16 | 0.38 | 0.5 |
| Hex | B1 | 84 | 50 | 0 | 19 | 37 | 1F | 20 | 26 | 32 |
| Octal | 261 | 204 | 120 | 0 | 31 | 67 | 37 | 40 | 46 | 62 |
| Binary | 10110001 | 10000100 | 1010000 | 0 | 11001 | 110111 | 11111 | 100000 | 100110 | 110010 |
Color Harmonies of #B18450
Complementary color
Monochromatic Colors of #B18450
Black with #B18450
Text Example
Text Example
White with #B18450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18450; }
p { color: rgb(177,132,80); }
H1.HeaderClassName
{
color: #B18450;
}
.AnyTagClassName
{
color: #B18450;
}
</style>
background-color css
<style>
a { background-color: #B18450; }
a { background-color: rgb(177,132,80); }
div.DivClassName
{
background-color: #B18450;
}
.BgClassName
{
background-color: #B18450;
}
</style>
border-color css
<style>
span { border-color: #B18450; }
span { border-color: rgb(177,132,80); }
td.TdClassName
{
border-color: #B18450;
}
.TagClassName
{
border-color: #B18450;
}
</style>