Shades of Muddy Waters #B17B4E
Tints of Muddy Waters #B17B4E
RGB
CMYK
RGB Variations
Color information
#B17B4E (or 0xB17B4E) is known color: Muddy Waters. HEX triplet: B1, 7B and 4E. RGB value is (177,123,78). Sum of RGB (Red+Green+Blue) = 177+123+78=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 78 (30.86% from 255 or 20.63% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B17B4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17B4E is #4E84B1. Grayscale: #868686. Windows color (decimal): -5145778 or 5143473. OLE color: 5143473.
HSL color Cylindrical-coordinate representation of color #B17B4E: hue angle of 27.27º 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 #B17B4E is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 123 | 78 | - |
| CMYK | 0 | 0.31 | 0.56 | 0.31 |
| HSL | 27.27º | 0.39% | 0.5% | - |
| HSV(B) | 27.27º | 0.56% | 0.69% | - |
| XYZ | 26.59 | 24.06 | 10.45 | - |
| YUV | 134.02 | 96.39 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 123 | 78 | 0 | 0.31 | 0.56 | 0.31 | 27.27 | 0.39 | 0.5 |
| Hex | B1 | 7B | 4E | 0 | 1F | 38 | 1F | 1B | 27 | 32 |
| Octal | 261 | 173 | 116 | 0 | 37 | 70 | 37 | 33 | 47 | 62 |
| Binary | 10110001 | 1111011 | 1001110 | 0 | 11111 | 111000 | 11111 | 11011 | 100111 | 110010 |
Color Harmonies of #B17B4E
Complementary color
Monochromatic Colors of #B17B4E
Black with #B17B4E
Text Example
Text Example
White with #B17B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17B4E; }
p { color: rgb(177,123,78); }
H1.HeaderClassName
{
color: #B17B4E;
}
.AnyTagClassName
{
color: #B17B4E;
}
</style>
background-color css
<style>
a { background-color: #B17B4E; }
a { background-color: rgb(177,123,78); }
div.DivClassName
{
background-color: #B17B4E;
}
.BgClassName
{
background-color: #B17B4E;
}
</style>
border-color css
<style>
span { border-color: #B17B4E; }
span { border-color: rgb(177,123,78); }
td.TdClassName
{
border-color: #B17B4E;
}
.TagClassName
{
border-color: #B17B4E;
}
</style>