Shades of Muddy Waters #B07E4E
Tints of Muddy Waters #B07E4E
RGB
CMYK
RGB Variations
Color information
#B07E4E (or 0xB07E4E) is known color: Muddy Waters. HEX triplet: B0, 7E and 4E. RGB value is (176,126,78). Sum of RGB (Red+Green+Blue) = 176+126+78=380 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.32% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 78 (30.86% from 255 or 20.53% from 380); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07E4E is #4F81B1. Grayscale: #878787. Windows color (decimal): -5210546 or 5144240. OLE color: 5144240.
HSL color Cylindrical-coordinate representation of color #B07E4E: hue angle of 29.39º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B07E4E is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 126 | 78 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.31 |
| HSL | 29.39º | 0.39% | 0.5% | - |
| HSV(B) | 29.39º | 0.56% | 0.69% | - |
| XYZ | 26.74 | 24.7 | 10.57 | - |
| YUV | 135.48 | 95.57 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 126 | 78 | 0 | 0.28 | 0.56 | 0.31 | 29.39 | 0.39 | 0.5 |
| Hex | B0 | 7E | 4E | 0 | 1C | 38 | 1F | 1D | 27 | 32 |
| Octal | 260 | 176 | 116 | 0 | 34 | 70 | 37 | 35 | 47 | 62 |
| Binary | 10110000 | 1111110 | 1001110 | 0 | 11100 | 111000 | 11111 | 11101 | 100111 | 110010 |
Color Harmonies of #B07E4E
Complementary color
Monochromatic Colors of #B07E4E
Black with #B07E4E
Text Example
Text Example
White with #B07E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07E4E; }
p { color: rgb(176,126,78); }
H1.HeaderClassName
{
color: #B07E4E;
}
.AnyTagClassName
{
color: #B07E4E;
}
</style>
background-color css
<style>
a { background-color: #B07E4E; }
a { background-color: rgb(176,126,78); }
div.DivClassName
{
background-color: #B07E4E;
}
.BgClassName
{
background-color: #B07E4E;
}
</style>
border-color css
<style>
span { border-color: #B07E4E; }
span { border-color: rgb(176,126,78); }
td.TdClassName
{
border-color: #B07E4E;
}
.TagClassName
{
border-color: #B07E4E;
}
</style>