Shades of Muddy Waters #B07D46
Tints of Muddy Waters #B07D46
RGB
CMYK
RGB Variations
Color information
#B07D46 (or 0xB07D46) is known color: Muddy Waters. HEX triplet: B0, 7D and 46. RGB value is (176,125,70). Sum of RGB (Red+Green+Blue) = 176+125+70=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 70 (27.73% from 255 or 18.87% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B07D46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07D46 is #4F82B9. Grayscale: #868686. Windows color (decimal): -5210810 or 4619696. OLE color: 4619696.
HSL color Cylindrical-coordinate representation of color #B07D46: hue angle of 31.13º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B07D46 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 125 | 70 | - |
| CMYK | 0 | 0.29 | 0.60 | 0.31 |
| HSL | 31.13º | 0.43% | 0.48% | - |
| HSV(B) | 31.13º | 0.6% | 0.69% | - |
| XYZ | 26.34 | 24.34 | 9.1 | - |
| YUV | 133.98 | 91.9 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 125 | 70 | 0 | 0.29 | 0.60 | 0.31 | 31.13 | 0.43 | 0.48 |
| Hex | B0 | 7D | 46 | 0 | 1D | 3C | 1F | 1F | 2B | 30 |
| Octal | 260 | 175 | 106 | 0 | 35 | 74 | 37 | 37 | 53 | 60 |
| Binary | 10110000 | 1111101 | 1000110 | 0 | 11101 | 111100 | 11111 | 11111 | 101011 | 110000 |
Color Harmonies of #B07D46
Complementary color
Monochromatic Colors of #B07D46
Black with #B07D46
Text Example
Text Example
White with #B07D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07D46; }
p { color: rgb(176,125,70); }
H1.HeaderClassName
{
color: #B07D46;
}
.AnyTagClassName
{
color: #B07D46;
}
</style>
background-color css
<style>
a { background-color: #B07D46; }
a { background-color: rgb(176,125,70); }
div.DivClassName
{
background-color: #B07D46;
}
.BgClassName
{
background-color: #B07D46;
}
</style>
border-color css
<style>
span { border-color: #B07D46; }
span { border-color: rgb(176,125,70); }
td.TdClassName
{
border-color: #B07D46;
}
.TagClassName
{
border-color: #B07D46;
}
</style>