Shades of Muddy Waters #B07B4D
Tints of Muddy Waters #B07B4D
RGB
CMYK
RGB Variations
Color information
#B07B4D (or 0xB07B4D) is known color: Muddy Waters. HEX triplet: B0, 7B and 4D. RGB value is (176,123,77). Sum of RGB (Red+Green+Blue) = 176+123+77=376 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.81% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 77 (30.47% from 255 or 20.48% from 376); Max value from RGB is 176 - color contains mainly: red. Hex color #B07B4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07B4D is #4F84B2. Grayscale: #858585. Windows color (decimal): -5211315 or 5077936. OLE color: 5077936.
HSL color Cylindrical-coordinate representation of color #B07B4D: hue angle of 27.88º 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 #B07B4D is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 123 | 77 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.31 |
| HSL | 27.88º | 0.39% | 0.5% | - |
| HSV(B) | 27.88º | 0.56% | 0.69% | - |
| XYZ | 26.33 | 23.93 | 10.25 | - |
| YUV | 133.6 | 96.06 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 123 | 77 | 0 | 0.30 | 0.56 | 0.31 | 27.88 | 0.39 | 0.5 |
| Hex | B0 | 7B | 4D | 0 | 1E | 38 | 1F | 1C | 27 | 32 |
| Octal | 260 | 173 | 115 | 0 | 36 | 70 | 37 | 34 | 47 | 62 |
| Binary | 10110000 | 1111011 | 1001101 | 0 | 11110 | 111000 | 11111 | 11100 | 100111 | 110010 |
Color Harmonies of #B07B4D
Complementary color
Monochromatic Colors of #B07B4D
Black with #B07B4D
Text Example
Text Example
White with #B07B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07B4D; }
p { color: rgb(176,123,77); }
H1.HeaderClassName
{
color: #B07B4D;
}
.AnyTagClassName
{
color: #B07B4D;
}
</style>
background-color css
<style>
a { background-color: #B07B4D; }
a { background-color: rgb(176,123,77); }
div.DivClassName
{
background-color: #B07B4D;
}
.BgClassName
{
background-color: #B07B4D;
}
</style>
border-color css
<style>
span { border-color: #B07B4D; }
span { border-color: rgb(176,123,77); }
td.TdClassName
{
border-color: #B07B4D;
}
.TagClassName
{
border-color: #B07B4D;
}
</style>