Shades of Muddy Waters #B1844C
Tints of Muddy Waters #B1844C
RGB
CMYK
RGB Variations
Color information
#B1844C (or 0xB1844C) is known color: Muddy Waters. HEX triplet: B1, 84 and 4C. RGB value is (177,132,76). Sum of RGB (Red+Green+Blue) = 177+132+76=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B1844C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1844C is #4E7BB3. Grayscale: #8B8B8B. Windows color (decimal): -5143476 or 5014705. OLE color: 5014705.
HSL color Cylindrical-coordinate representation of color #B1844C: hue angle of 33.27º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B1844C is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 132 | 76 | - |
| CMYK | 0 | 0.25 | 0.57 | 0.31 |
| HSL | 33.27º | 0.4% | 0.5% | - |
| HSV(B) | 33.27º | 0.57% | 0.69% | - |
| XYZ | 27.69 | 26.37 | 10.47 | - |
| YUV | 139.07 | 92.41 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 132 | 76 | 0 | 0.25 | 0.57 | 0.31 | 33.27 | 0.4 | 0.5 |
| Hex | B1 | 84 | 4C | 0 | 19 | 39 | 1F | 21 | 28 | 32 |
| Octal | 261 | 204 | 114 | 0 | 31 | 71 | 37 | 41 | 50 | 62 |
| Binary | 10110001 | 10000100 | 1001100 | 0 | 11001 | 111001 | 11111 | 100001 | 101000 | 110010 |
Color Harmonies of #B1844C
Complementary color
Monochromatic Colors of #B1844C
Black with #B1844C
Text Example
Text Example
White with #B1844C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1844C; }
p { color: rgb(177,132,76); }
H1.HeaderClassName
{
color: #B1844C;
}
.AnyTagClassName
{
color: #B1844C;
}
</style>
background-color css
<style>
a { background-color: #B1844C; }
a { background-color: rgb(177,132,76); }
div.DivClassName
{
background-color: #B1844C;
}
.BgClassName
{
background-color: #B1844C;
}
</style>
border-color css
<style>
span { border-color: #B1844C; }
span { border-color: rgb(177,132,76); }
td.TdClassName
{
border-color: #B1844C;
}
.TagClassName
{
border-color: #B1844C;
}
</style>