Shades of Muddy Waters #B1804E
Tints of Muddy Waters #B1804E
RGB
CMYK
RGB Variations
Color information
#B1804E (or 0xB1804E) is known color: Muddy Waters. HEX triplet: B1, 80 and 4E. RGB value is (177,128,78). Sum of RGB (Red+Green+Blue) = 177+128+78=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 78 (30.86% from 255 or 20.37% from 383); Max value from RGB is 177 - color contains mainly: red. Hex color #B1804E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1804E is #4E7FB1. Grayscale: #898989. Windows color (decimal): -5144498 or 5144753. OLE color: 5144753.
HSL color Cylindrical-coordinate representation of color #B1804E: hue angle of 30.3º 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 #B1804E is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 128 | 78 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.31 |
| HSL | 30.3º | 0.39% | 0.5% | - |
| HSV(B) | 30.3º | 0.56% | 0.69% | - |
| XYZ | 27.23 | 25.34 | 10.66 | - |
| YUV | 136.95 | 94.73 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 128 | 78 | 0 | 0.28 | 0.56 | 0.31 | 30.3 | 0.39 | 0.5 |
| Hex | B1 | 80 | 4E | 0 | 1C | 38 | 1F | 1E | 27 | 32 |
| Octal | 261 | 200 | 116 | 0 | 34 | 70 | 37 | 36 | 47 | 62 |
| Binary | 10110001 | 10000000 | 1001110 | 0 | 11100 | 111000 | 11111 | 11110 | 100111 | 110010 |
Color Harmonies of #B1804E
Complementary color
Monochromatic Colors of #B1804E
Black with #B1804E
Text Example
Text Example
White with #B1804E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1804E; }
p { color: rgb(177,128,78); }
H1.HeaderClassName
{
color: #B1804E;
}
.AnyTagClassName
{
color: #B1804E;
}
</style>
background-color css
<style>
a { background-color: #B1804E; }
a { background-color: rgb(177,128,78); }
div.DivClassName
{
background-color: #B1804E;
}
.BgClassName
{
background-color: #B1804E;
}
</style>
border-color css
<style>
span { border-color: #B1804E; }
span { border-color: rgb(177,128,78); }
td.TdClassName
{
border-color: #B1804E;
}
.TagClassName
{
border-color: #B1804E;
}
</style>