Shades of Muddy Waters #B18650
Tints of Muddy Waters #B18650
RGB
CMYK
RGB Variations
Color information
#B18650 (or 0xB18650) is known color: Muddy Waters. HEX triplet: B1, 86 and 50. RGB value is (177,134,80). Sum of RGB (Red+Green+Blue) = 177+134+80=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 80 (31.64% from 255 or 20.46% from 391); Max value from RGB is 177 - color contains mainly: red. Hex color #B18650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18650 is #4E79AF. Grayscale: #8C8C8C. Windows color (decimal): -5142960 or 5277361. OLE color: 5277361.
HSL color Cylindrical-coordinate representation of color #B18650: hue angle of 33.4º 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 #B18650 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 134 | 80 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.31 |
| HSL | 33.4º | 0.38% | 0.5% | - |
| HSV(B) | 33.4º | 0.55% | 0.69% | - |
| XYZ | 28.1 | 26.98 | 11.32 | - |
| YUV | 140.7 | 93.75 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 134 | 80 | 0 | 0.24 | 0.55 | 0.31 | 33.4 | 0.38 | 0.5 |
| Hex | B1 | 86 | 50 | 0 | 18 | 37 | 1F | 21 | 26 | 32 |
| Octal | 261 | 206 | 120 | 0 | 30 | 67 | 37 | 41 | 46 | 62 |
| Binary | 10110001 | 10000110 | 1010000 | 0 | 11000 | 110111 | 11111 | 100001 | 100110 | 110010 |
Color Harmonies of #B18650
Complementary color
Monochromatic Colors of #B18650
Black with #B18650
Text Example
Text Example
White with #B18650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18650; }
p { color: rgb(177,134,80); }
H1.HeaderClassName
{
color: #B18650;
}
.AnyTagClassName
{
color: #B18650;
}
</style>
background-color css
<style>
a { background-color: #B18650; }
a { background-color: rgb(177,134,80); }
div.DivClassName
{
background-color: #B18650;
}
.BgClassName
{
background-color: #B18650;
}
</style>
border-color css
<style>
span { border-color: #B18650; }
span { border-color: rgb(177,134,80); }
td.TdClassName
{
border-color: #B18650;
}
.TagClassName
{
border-color: #B18650;
}
</style>