Shades of Muddy Waters #B17B4D
Tints of Muddy Waters #B17B4D
RGB
CMYK
RGB Variations
Color information
#B17B4D (or 0xB17B4D) is known color: Muddy Waters. HEX triplet: B1, 7B and 4D. RGB value is (177,123,77). Sum of RGB (Red+Green+Blue) = 177+123+77=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 123 (48.44% from 255 or 32.63% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B17B4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17B4D is #4E84B2. Grayscale: #868686. Windows color (decimal): -5145779 or 5077937. OLE color: 5077937.
HSL color Cylindrical-coordinate representation of color #B17B4D: hue angle of 27.6º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B17B4D is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 123 | 77 | - |
| CMYK | 0 | 0.31 | 0.56 | 0.31 |
| HSL | 27.6º | 0.39% | 0.5% | - |
| HSV(B) | 27.6º | 0.56% | 0.69% | - |
| XYZ | 26.55 | 24.05 | 10.26 | - |
| YUV | 133.9 | 95.89 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 123 | 77 | 0 | 0.31 | 0.56 | 0.31 | 27.6 | 0.39 | 0.5 |
| Hex | B1 | 7B | 4D | 0 | 1F | 38 | 1F | 1C | 27 | 32 |
| Octal | 261 | 173 | 115 | 0 | 37 | 70 | 37 | 34 | 47 | 62 |
| Binary | 10110001 | 1111011 | 1001101 | 0 | 11111 | 111000 | 11111 | 11100 | 100111 | 110010 |
Color Harmonies of #B17B4D
Complementary color
Monochromatic Colors of #B17B4D
Black with #B17B4D
Text Example
Text Example
White with #B17B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17B4D; }
p { color: rgb(177,123,77); }
H1.HeaderClassName
{
color: #B17B4D;
}
.AnyTagClassName
{
color: #B17B4D;
}
</style>
background-color css
<style>
a { background-color: #B17B4D; }
a { background-color: rgb(177,123,77); }
div.DivClassName
{
background-color: #B17B4D;
}
.BgClassName
{
background-color: #B17B4D;
}
</style>
border-color css
<style>
span { border-color: #B17B4D; }
span { border-color: rgb(177,123,77); }
td.TdClassName
{
border-color: #B17B4D;
}
.TagClassName
{
border-color: #B17B4D;
}
</style>