Shades of Muddy Waters #B1794B
Tints of Muddy Waters #B1794B
RGB
CMYK
RGB Variations
Color information
#B1794B (or 0xB1794B) is known color: Muddy Waters. HEX triplet: B1, 79 and 4B. RGB value is (177,121,75). Sum of RGB (Red+Green+Blue) = 177+121+75=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B1794B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1794B is #4E86B4. Grayscale: #848484. Windows color (decimal): -5146293 or 4946353. OLE color: 4946353.
HSL color Cylindrical-coordinate representation of color #B1794B: hue angle of 27.06º 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 #B1794B is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 121 | 75 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.31 |
| HSL | 27.06º | 0.4% | 0.49% | - |
| HSV(B) | 27.06º | 0.58% | 0.69% | - |
| XYZ | 26.24 | 23.53 | 9.82 | - |
| YUV | 132.5 | 95.55 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 121 | 75 | 0 | 0.32 | 0.58 | 0.31 | 27.06 | 0.4 | 0.49 |
| Hex | B1 | 79 | 4B | 0 | 20 | 3A | 1F | 1B | 28 | 31 |
| Octal | 261 | 171 | 113 | 0 | 40 | 72 | 37 | 33 | 50 | 61 |
| Binary | 10110001 | 1111001 | 1001011 | 0 | 100000 | 111010 | 11111 | 11011 | 101000 | 110001 |
Color Harmonies of #B1794B
Complementary color
Monochromatic Colors of #B1794B
Black with #B1794B
Text Example
Text Example
White with #B1794B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1794B; }
p { color: rgb(177,121,75); }
H1.HeaderClassName
{
color: #B1794B;
}
.AnyTagClassName
{
color: #B1794B;
}
</style>
background-color css
<style>
a { background-color: #B1794B; }
a { background-color: rgb(177,121,75); }
div.DivClassName
{
background-color: #B1794B;
}
.BgClassName
{
background-color: #B1794B;
}
</style>
border-color css
<style>
span { border-color: #B1794B; }
span { border-color: rgb(177,121,75); }
td.TdClassName
{
border-color: #B1794B;
}
.TagClassName
{
border-color: #B1794B;
}
</style>