Shades of Muddy Waters #B07F4D
Tints of Muddy Waters #B07F4D
RGB
CMYK
RGB Variations
Color information
#B07F4D (or 0xB07F4D) is known color: Muddy Waters. HEX triplet: B0, 7F and 4D. RGB value is (176,127,77). Sum of RGB (Red+Green+Blue) = 176+127+77=380 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.32% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 176 - color contains mainly: red. Hex color #B07F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07F4D is #4F80B2. Grayscale: #888888. Windows color (decimal): -5210291 or 5078960. OLE color: 5078960.
HSL color Cylindrical-coordinate representation of color #B07F4D: hue angle of 30.3º 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 #B07F4D is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 127 | 77 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.31 |
| HSL | 30.3º | 0.39% | 0.5% | - |
| HSV(B) | 30.3º | 0.56% | 0.69% | - |
| XYZ | 26.83 | 24.94 | 10.42 | - |
| YUV | 135.95 | 94.73 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 127 | 77 | 0 | 0.28 | 0.56 | 0.31 | 30.3 | 0.39 | 0.5 |
| Hex | B0 | 7F | 4D | 0 | 1C | 38 | 1F | 1E | 27 | 32 |
| Octal | 260 | 177 | 115 | 0 | 34 | 70 | 37 | 36 | 47 | 62 |
| Binary | 10110000 | 1111111 | 1001101 | 0 | 11100 | 111000 | 11111 | 11110 | 100111 | 110010 |
Color Harmonies of #B07F4D
Complementary color
Monochromatic Colors of #B07F4D
Black with #B07F4D
Text Example
Text Example
White with #B07F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07F4D; }
p { color: rgb(176,127,77); }
H1.HeaderClassName
{
color: #B07F4D;
}
.AnyTagClassName
{
color: #B07F4D;
}
</style>
background-color css
<style>
a { background-color: #B07F4D; }
a { background-color: rgb(176,127,77); }
div.DivClassName
{
background-color: #B07F4D;
}
.BgClassName
{
background-color: #B07F4D;
}
</style>
border-color css
<style>
span { border-color: #B07F4D; }
span { border-color: rgb(176,127,77); }
td.TdClassName
{
border-color: #B07F4D;
}
.TagClassName
{
border-color: #B07F4D;
}
</style>