Shades of Muddy Waters #B07E48
Tints of Muddy Waters #B07E48
RGB
CMYK
RGB Variations
Color information
#B07E48 (or 0xB07E48) is known color: Muddy Waters. HEX triplet: B0, 7E and 48. RGB value is (176,126,72). Sum of RGB (Red+Green+Blue) = 176+126+72=374 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.06% from 374); Green value is 126 (49.61% from 255 or 33.69% from 374); Blue value is 72 (28.52% from 255 or 19.25% from 374); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07E48 is #4F81B7. Grayscale: #878787. Windows color (decimal): -5210552 or 4751024. OLE color: 4751024.
HSL color Cylindrical-coordinate representation of color #B07E48: hue angle of 31.15º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B07E48 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 126 | 72 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.31 |
| HSL | 31.15º | 0.42% | 0.49% | - |
| HSV(B) | 31.15º | 0.59% | 0.69% | - |
| XYZ | 26.54 | 24.62 | 9.48 | - |
| YUV | 134.79 | 92.57 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 126 | 72 | 0 | 0.28 | 0.59 | 0.31 | 31.15 | 0.42 | 0.49 |
| Hex | B0 | 7E | 48 | 0 | 1C | 3B | 1F | 1F | 2A | 31 |
| Octal | 260 | 176 | 110 | 0 | 34 | 73 | 37 | 37 | 52 | 61 |
| Binary | 10110000 | 1111110 | 1001000 | 0 | 11100 | 111011 | 11111 | 11111 | 101010 | 110001 |
Color Harmonies of #B07E48
Complementary color
Monochromatic Colors of #B07E48
Black with #B07E48
Text Example
Text Example
White with #B07E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07E48; }
p { color: rgb(176,126,72); }
H1.HeaderClassName
{
color: #B07E48;
}
.AnyTagClassName
{
color: #B07E48;
}
</style>
background-color css
<style>
a { background-color: #B07E48; }
a { background-color: rgb(176,126,72); }
div.DivClassName
{
background-color: #B07E48;
}
.BgClassName
{
background-color: #B07E48;
}
</style>
border-color css
<style>
span { border-color: #B07E48; }
span { border-color: rgb(176,126,72); }
td.TdClassName
{
border-color: #B07E48;
}
.TagClassName
{
border-color: #B07E48;
}
</style>