Shades of Muddy Waters #B0824D
Tints of Muddy Waters #B0824D
RGB
CMYK
RGB Variations
Color information
#B0824D (or 0xB0824D) is known color: Muddy Waters. HEX triplet: B0, 82 and 4D. RGB value is (176,130,77). Sum of RGB (Red+Green+Blue) = 176+130+77=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 77 (30.47% from 255 or 20.10% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B0824D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0824D is #4F7DB2. Grayscale: #898989. Windows color (decimal): -5209523 or 5079728. OLE color: 5079728.
HSL color Cylindrical-coordinate representation of color #B0824D: hue angle of 32.12º 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 #B0824D is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 130 | 77 | - |
| CMYK | 0 | 0.26 | 0.56 | 0.31 |
| HSL | 32.12º | 0.39% | 0.5% | - |
| HSV(B) | 32.12º | 0.56% | 0.69% | - |
| XYZ | 27.23 | 25.73 | 10.55 | - |
| YUV | 137.71 | 93.74 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 130 | 77 | 0 | 0.26 | 0.56 | 0.31 | 32.12 | 0.39 | 0.5 |
| Hex | B0 | 82 | 4D | 0 | 1A | 38 | 1F | 20 | 27 | 32 |
| Octal | 260 | 202 | 115 | 0 | 32 | 70 | 37 | 40 | 47 | 62 |
| Binary | 10110000 | 10000010 | 1001101 | 0 | 11010 | 111000 | 11111 | 100000 | 100111 | 110010 |
Color Harmonies of #B0824D
Complementary color
Monochromatic Colors of #B0824D
Black with #B0824D
Text Example
Text Example
White with #B0824D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0824D; }
p { color: rgb(176,130,77); }
H1.HeaderClassName
{
color: #B0824D;
}
.AnyTagClassName
{
color: #B0824D;
}
</style>
background-color css
<style>
a { background-color: #B0824D; }
a { background-color: rgb(176,130,77); }
div.DivClassName
{
background-color: #B0824D;
}
.BgClassName
{
background-color: #B0824D;
}
</style>
border-color css
<style>
span { border-color: #B0824D; }
span { border-color: rgb(176,130,77); }
td.TdClassName
{
border-color: #B0824D;
}
.TagClassName
{
border-color: #B0824D;
}
</style>