Shades of Muddy Waters #B1824D
Tints of Muddy Waters #B1824D
RGB
CMYK
RGB Variations
Color information
#B1824D (or 0xB1824D) is known color: Muddy Waters. HEX triplet: B1, 82 and 4D. RGB value is (177,130,77). Sum of RGB (Red+Green+Blue) = 177+130+77=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 77 (30.47% from 255 or 20.05% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B1824D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1824D is #4E7DB2. Grayscale: #8A8A8A. Windows color (decimal): -5143987 or 5079729. OLE color: 5079729.
HSL color Cylindrical-coordinate representation of color #B1824D: hue angle of 31.8º 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 #B1824D is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 130 | 77 | - |
| CMYK | 0 | 0.27 | 0.56 | 0.31 |
| HSL | 31.8º | 0.39% | 0.5% | - |
| HSV(B) | 31.8º | 0.56% | 0.69% | - |
| XYZ | 27.45 | 25.85 | 10.56 | - |
| YUV | 138.01 | 93.57 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 130 | 77 | 0 | 0.27 | 0.56 | 0.31 | 31.8 | 0.39 | 0.5 |
| Hex | B1 | 82 | 4D | 0 | 1B | 38 | 1F | 20 | 27 | 32 |
| Octal | 261 | 202 | 115 | 0 | 33 | 70 | 37 | 40 | 47 | 62 |
| Binary | 10110001 | 10000010 | 1001101 | 0 | 11011 | 111000 | 11111 | 100000 | 100111 | 110010 |
Color Harmonies of #B1824D
Complementary color
Monochromatic Colors of #B1824D
Black with #B1824D
Text Example
Text Example
White with #B1824D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1824D; }
p { color: rgb(177,130,77); }
H1.HeaderClassName
{
color: #B1824D;
}
.AnyTagClassName
{
color: #B1824D;
}
</style>
background-color css
<style>
a { background-color: #B1824D; }
a { background-color: rgb(177,130,77); }
div.DivClassName
{
background-color: #B1824D;
}
.BgClassName
{
background-color: #B1824D;
}
</style>
border-color css
<style>
span { border-color: #B1824D; }
span { border-color: rgb(177,130,77); }
td.TdClassName
{
border-color: #B1824D;
}
.TagClassName
{
border-color: #B1824D;
}
</style>