Shades of Muddy Waters #B17C4F
Tints of Muddy Waters #B17C4F
RGB
CMYK
RGB Variations
Color information
#B17C4F (or 0xB17C4F) is known color: Muddy Waters. HEX triplet: B1, 7C and 4F. RGB value is (177,124,79). Sum of RGB (Red+Green+Blue) = 177+124+79=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 79 (31.25% from 255 or 20.79% from 380); Max value from RGB is 177 - color contains mainly: red. Hex color #B17C4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17C4F is #4E83B0. Grayscale: #868686. Windows color (decimal): -5145521 or 5209265. OLE color: 5209265.
HSL color Cylindrical-coordinate representation of color #B17C4F: hue angle of 27.55º degrees, saturation: 0.39, 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 #B17C4F is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 124 | 79 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.31 |
| HSL | 27.55º | 0.39% | 0.5% | - |
| HSV(B) | 27.55º | 0.55% | 0.69% | - |
| XYZ | 26.75 | 24.33 | 10.68 | - |
| YUV | 134.72 | 96.56 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 124 | 79 | 0 | 0.30 | 0.55 | 0.31 | 27.55 | 0.39 | 0.5 |
| Hex | B1 | 7C | 4F | 0 | 1E | 37 | 1F | 1C | 27 | 32 |
| Octal | 261 | 174 | 117 | 0 | 36 | 67 | 37 | 34 | 47 | 62 |
| Binary | 10110001 | 1111100 | 1001111 | 0 | 11110 | 110111 | 11111 | 11100 | 100111 | 110010 |
Color Harmonies of #B17C4F
Complementary color
Monochromatic Colors of #B17C4F
Black with #B17C4F
Text Example
Text Example
White with #B17C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17C4F; }
p { color: rgb(177,124,79); }
H1.HeaderClassName
{
color: #B17C4F;
}
.AnyTagClassName
{
color: #B17C4F;
}
</style>
background-color css
<style>
a { background-color: #B17C4F; }
a { background-color: rgb(177,124,79); }
div.DivClassName
{
background-color: #B17C4F;
}
.BgClassName
{
background-color: #B17C4F;
}
</style>
border-color css
<style>
span { border-color: #B17C4F; }
span { border-color: rgb(177,124,79); }
td.TdClassName
{
border-color: #B17C4F;
}
.TagClassName
{
border-color: #B17C4F;
}
</style>