Shades of Muddy Waters #B0784D
Tints of Muddy Waters #B0784D
RGB
CMYK
RGB Variations
Color information
#B0784D (or 0xB0784D) is known color: Muddy Waters. HEX triplet: B0, 78 and 4D. RGB value is (176,120,77). Sum of RGB (Red+Green+Blue) = 176+120+77=373 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.18% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 77 (30.47% from 255 or 20.64% from 373); Max value from RGB is 176 - color contains mainly: red. Hex color #B0784D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0784D is #4F87B2. Grayscale: #848484. Windows color (decimal): -5212083 or 5077168. OLE color: 5077168.
HSL color Cylindrical-coordinate representation of color #B0784D: hue angle of 26.06º 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 #B0784D is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 120 | 77 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.31 |
| HSL | 26.06º | 0.39% | 0.5% | - |
| HSV(B) | 26.06º | 0.56% | 0.69% | - |
| XYZ | 25.96 | 23.2 | 10.13 | - |
| YUV | 131.84 | 97.05 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 120 | 77 | 0 | 0.32 | 0.56 | 0.31 | 26.06 | 0.39 | 0.5 |
| Hex | B0 | 78 | 4D | 0 | 20 | 38 | 1F | 1A | 27 | 32 |
| Octal | 260 | 170 | 115 | 0 | 40 | 70 | 37 | 32 | 47 | 62 |
| Binary | 10110000 | 1111000 | 1001101 | 0 | 100000 | 111000 | 11111 | 11010 | 100111 | 110010 |
Color Harmonies of #B0784D
Complementary color
Monochromatic Colors of #B0784D
Black with #B0784D
Text Example
Text Example
White with #B0784D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0784D; }
p { color: rgb(176,120,77); }
H1.HeaderClassName
{
color: #B0784D;
}
.AnyTagClassName
{
color: #B0784D;
}
</style>
background-color css
<style>
a { background-color: #B0784D; }
a { background-color: rgb(176,120,77); }
div.DivClassName
{
background-color: #B0784D;
}
.BgClassName
{
background-color: #B0784D;
}
</style>
border-color css
<style>
span { border-color: #B0784D; }
span { border-color: rgb(176,120,77); }
td.TdClassName
{
border-color: #B0784D;
}
.TagClassName
{
border-color: #B0784D;
}
</style>