Shades of Muddy Waters #B1824B
Tints of Muddy Waters #B1824B
RGB
CMYK
RGB Variations
Color information
#B1824B (or 0xB1824B) is known color: Muddy Waters. HEX triplet: B1, 82 and 4B. RGB value is (177,130,75). Sum of RGB (Red+Green+Blue) = 177+130+75=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 75 (29.69% from 255 or 19.63% from 382); Max value from RGB is 177 - color contains mainly: red. Hex color #B1824B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1824B is #4E7DB4. Grayscale: #8A8A8A. Windows color (decimal): -5143989 or 4948657. OLE color: 4948657.
HSL color Cylindrical-coordinate representation of color #B1824B: hue angle of 32.35º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B1824B is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 130 | 75 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.31 |
| HSL | 32.35º | 0.4% | 0.49% | - |
| HSV(B) | 32.35º | 0.58% | 0.69% | - |
| XYZ | 27.38 | 25.82 | 10.2 | - |
| YUV | 137.78 | 92.57 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 130 | 75 | 0 | 0.27 | 0.58 | 0.31 | 32.35 | 0.4 | 0.49 |
| Hex | B1 | 82 | 4B | 0 | 1B | 3A | 1F | 20 | 28 | 31 |
| Octal | 261 | 202 | 113 | 0 | 33 | 72 | 37 | 40 | 50 | 61 |
| Binary | 10110001 | 10000010 | 1001011 | 0 | 11011 | 111010 | 11111 | 100000 | 101000 | 110001 |
Color Harmonies of #B1824B
Complementary color
Monochromatic Colors of #B1824B
Black with #B1824B
Text Example
Text Example
White with #B1824B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1824B; }
p { color: rgb(177,130,75); }
H1.HeaderClassName
{
color: #B1824B;
}
.AnyTagClassName
{
color: #B1824B;
}
</style>
background-color css
<style>
a { background-color: #B1824B; }
a { background-color: rgb(177,130,75); }
div.DivClassName
{
background-color: #B1824B;
}
.BgClassName
{
background-color: #B1824B;
}
</style>
border-color css
<style>
span { border-color: #B1824B; }
span { border-color: rgb(177,130,75); }
td.TdClassName
{
border-color: #B1824B;
}
.TagClassName
{
border-color: #B1824B;
}
</style>