Shades of Muddy Waters #B07E51
Tints of Muddy Waters #B07E51
RGB
CMYK
RGB Variations
Color information
#B07E51 (or 0xB07E51) is known color: Muddy Waters. HEX triplet: B0, 7E and 51. RGB value is (176,126,81). Sum of RGB (Red+Green+Blue) = 176+126+81=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 81 (32.03% from 255 or 21.15% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07E51 is #4F81AE. Grayscale: #888888. Windows color (decimal): -5210543 or 5340848. OLE color: 5340848.
HSL color Cylindrical-coordinate representation of color #B07E51: hue angle of 28.42º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B07E51 is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 126 | 81 | - |
| CMYK | 0 | 0.28 | 0.54 | 0.31 |
| HSL | 28.42º | 0.38% | 0.5% | - |
| HSV(B) | 28.42º | 0.54% | 0.69% | - |
| XYZ | 26.85 | 24.75 | 11.15 | - |
| YUV | 135.82 | 97.07 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 126 | 81 | 0 | 0.28 | 0.54 | 0.31 | 28.42 | 0.38 | 0.5 |
| Hex | B0 | 7E | 51 | 0 | 1C | 36 | 1F | 1C | 26 | 32 |
| Octal | 260 | 176 | 121 | 0 | 34 | 66 | 37 | 34 | 46 | 62 |
| Binary | 10110000 | 1111110 | 1010001 | 0 | 11100 | 110110 | 11111 | 11100 | 100110 | 110010 |
Color Harmonies of #B07E51
Complementary color
Monochromatic Colors of #B07E51
Black with #B07E51
Text Example
Text Example
White with #B07E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07E51; }
p { color: rgb(176,126,81); }
H1.HeaderClassName
{
color: #B07E51;
}
.AnyTagClassName
{
color: #B07E51;
}
</style>
background-color css
<style>
a { background-color: #B07E51; }
a { background-color: rgb(176,126,81); }
div.DivClassName
{
background-color: #B07E51;
}
.BgClassName
{
background-color: #B07E51;
}
</style>
border-color css
<style>
span { border-color: #B07E51; }
span { border-color: rgb(176,126,81); }
td.TdClassName
{
border-color: #B07E51;
}
.TagClassName
{
border-color: #B07E51;
}
</style>