Shades of Muddy Waters #B17E4B
Tints of Muddy Waters #B17E4B
RGB
CMYK
RGB Variations
Color information
#B17E4B (or 0xB17E4B) is known color: Muddy Waters. HEX triplet: B1, 7E and 4B. RGB value is (177,126,75). Sum of RGB (Red+Green+Blue) = 177+126+75=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 126 (49.61% from 255 or 33.33% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B17E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17E4B is #4E81B4. Grayscale: #878787. Windows color (decimal): -5145013 or 4947633. OLE color: 4947633.
HSL color Cylindrical-coordinate representation of color #B17E4B: hue angle of 30º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B17E4B is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 126 | 75 | - |
| CMYK | 0 | 0.29 | 0.58 | 0.31 |
| HSL | 30º | 0.4% | 0.49% | - |
| HSV(B) | 30º | 0.58% | 0.69% | - |
| XYZ | 26.86 | 24.78 | 10.02 | - |
| YUV | 135.44 | 93.9 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 126 | 75 | 0 | 0.29 | 0.58 | 0.31 | 30 | 0.4 | 0.49 |
| Hex | B1 | 7E | 4B | 0 | 1D | 3A | 1F | 1E | 28 | 31 |
| Octal | 261 | 176 | 113 | 0 | 35 | 72 | 37 | 36 | 50 | 61 |
| Binary | 10110001 | 1111110 | 1001011 | 0 | 11101 | 111010 | 11111 | 11110 | 101000 | 110001 |
Color Harmonies of #B17E4B
Complementary color
Monochromatic Colors of #B17E4B
Black with #B17E4B
Text Example
Text Example
White with #B17E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17E4B; }
p { color: rgb(177,126,75); }
H1.HeaderClassName
{
color: #B17E4B;
}
.AnyTagClassName
{
color: #B17E4B;
}
</style>
background-color css
<style>
a { background-color: #B17E4B; }
a { background-color: rgb(177,126,75); }
div.DivClassName
{
background-color: #B17E4B;
}
.BgClassName
{
background-color: #B17E4B;
}
</style>
border-color css
<style>
span { border-color: #B17E4B; }
span { border-color: rgb(177,126,75); }
td.TdClassName
{
border-color: #B17E4B;
}
.TagClassName
{
border-color: #B17E4B;
}
</style>