Shades of Muddy Waters #B1844F
Tints of Muddy Waters #B1844F
RGB
CMYK
RGB Variations
Color information
#B1844F (or 0xB1844F) is known color: Muddy Waters. HEX triplet: B1, 84 and 4F. RGB value is (177,132,79). Sum of RGB (Red+Green+Blue) = 177+132+79=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 132 (51.95% from 255 or 34.02% from 388); Blue value is 79 (31.25% from 255 or 20.36% from 388); Max value from RGB is 177 - color contains mainly: red. Hex color #B1844F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1844F is #4E7BB0. Grayscale: #8B8B8B. Windows color (decimal): -5143473 or 5211313. OLE color: 5211313.
HSL color Cylindrical-coordinate representation of color #B1844F: hue angle of 32.45º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B1844F is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 132 | 79 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.31 |
| HSL | 32.45º | 0.39% | 0.5% | - |
| HSV(B) | 32.45º | 0.55% | 0.69% | - |
| XYZ | 27.79 | 26.41 | 11.03 | - |
| YUV | 139.41 | 93.91 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 132 | 79 | 0 | 0.25 | 0.55 | 0.31 | 32.45 | 0.39 | 0.5 |
| Hex | B1 | 84 | 4F | 0 | 19 | 37 | 1F | 20 | 27 | 32 |
| Octal | 261 | 204 | 117 | 0 | 31 | 67 | 37 | 40 | 47 | 62 |
| Binary | 10110001 | 10000100 | 1001111 | 0 | 11001 | 110111 | 11111 | 100000 | 100111 | 110010 |
Color Harmonies of #B1844F
Complementary color
Monochromatic Colors of #B1844F
Black with #B1844F
Text Example
Text Example
White with #B1844F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1844F; }
p { color: rgb(177,132,79); }
H1.HeaderClassName
{
color: #B1844F;
}
.AnyTagClassName
{
color: #B1844F;
}
</style>
background-color css
<style>
a { background-color: #B1844F; }
a { background-color: rgb(177,132,79); }
div.DivClassName
{
background-color: #B1844F;
}
.BgClassName
{
background-color: #B1844F;
}
</style>
border-color css
<style>
span { border-color: #B1844F; }
span { border-color: rgb(177,132,79); }
td.TdClassName
{
border-color: #B1844F;
}
.TagClassName
{
border-color: #B1844F;
}
</style>