Shades of Muddy Waters #B18053
Tints of Muddy Waters #B18053
RGB
CMYK
RGB Variations
Color information
#B18053 (or 0xB18053) is known color: Muddy Waters. HEX triplet: B1, 80 and 53. RGB value is (177,128,83). Sum of RGB (Red+Green+Blue) = 177+128+83=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 83 (32.81% from 255 or 21.39% from 388); Max value from RGB is 177 - color contains mainly: red. Hex color #B18053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18053 is #4E7FAC. Grayscale: #898989. Windows color (decimal): -5144493 or 5472433. OLE color: 5472433.
HSL color Cylindrical-coordinate representation of color #B18053: hue angle of 28.72º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B18053 is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 128 | 83 | - |
| CMYK | 0 | 0.28 | 0.53 | 0.31 |
| HSL | 28.72º | 0.38% | 0.51% | - |
| HSV(B) | 28.72º | 0.53% | 0.69% | - |
| XYZ | 27.41 | 25.41 | 11.64 | - |
| YUV | 137.52 | 97.23 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 128 | 83 | 0 | 0.28 | 0.53 | 0.31 | 28.72 | 0.38 | 0.51 |
| Hex | B1 | 80 | 53 | 0 | 1C | 35 | 1F | 1D | 26 | 33 |
| Octal | 261 | 200 | 123 | 0 | 34 | 65 | 37 | 35 | 46 | 63 |
| Binary | 10110001 | 10000000 | 1010011 | 0 | 11100 | 110101 | 11111 | 11101 | 100110 | 110011 |
Color Harmonies of #B18053
Complementary color
Monochromatic Colors of #B18053
Black with #B18053
Text Example
Text Example
White with #B18053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18053; }
p { color: rgb(177,128,83); }
H1.HeaderClassName
{
color: #B18053;
}
.AnyTagClassName
{
color: #B18053;
}
</style>
background-color css
<style>
a { background-color: #B18053; }
a { background-color: rgb(177,128,83); }
div.DivClassName
{
background-color: #B18053;
}
.BgClassName
{
background-color: #B18053;
}
</style>
border-color css
<style>
span { border-color: #B18053; }
span { border-color: rgb(177,128,83); }
td.TdClassName
{
border-color: #B18053;
}
.TagClassName
{
border-color: #B18053;
}
</style>