Shades of Muddy Waters #B28849
Tints of Muddy Waters #B28849
RGB
CMYK
RGB Variations
Color information
#B28849 (or 0xB28849) is known color: Muddy Waters. HEX triplet: B2, 88 and 49. RGB value is (178,136,73). Sum of RGB (Red+Green+Blue) = 178+136+73=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 73 (28.91% from 255 or 18.86% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B28849 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28849 is #4D77B6. Grayscale: #8D8D8D. Windows color (decimal): -5076919 or 4819122. OLE color: 4819122.
HSL color Cylindrical-coordinate representation of color #B28849: hue angle of 36º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B28849 is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 136 | 73 | - |
| CMYK | 0 | 0.24 | 0.59 | 0.30 |
| HSL | 36º | 0.42% | 0.49% | - |
| HSV(B) | 36º | 0.59% | 0.7% | - |
| XYZ | 28.37 | 27.55 | 10.13 | - |
| YUV | 141.38 | 89.41 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 136 | 73 | 0 | 0.24 | 0.59 | 0.30 | 36 | 0.42 | 0.49 |
| Hex | B2 | 88 | 49 | 0 | 18 | 3B | 1E | 24 | 2A | 31 |
| Octal | 262 | 210 | 111 | 0 | 30 | 73 | 36 | 44 | 52 | 61 |
| Binary | 10110010 | 10001000 | 1001001 | 0 | 11000 | 111011 | 11110 | 100100 | 101010 | 110001 |
Color Harmonies of #B28849
Complementary color
Monochromatic Colors of #B28849
Black with #B28849
Text Example
Text Example
White with #B28849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28849; }
p { color: rgb(178,136,73); }
H1.HeaderClassName
{
color: #B28849;
}
.AnyTagClassName
{
color: #B28849;
}
</style>
background-color css
<style>
a { background-color: #B28849; }
a { background-color: rgb(178,136,73); }
div.DivClassName
{
background-color: #B28849;
}
.BgClassName
{
background-color: #B28849;
}
</style>
border-color css
<style>
span { border-color: #B28849; }
span { border-color: rgb(178,136,73); }
td.TdClassName
{
border-color: #B28849;
}
.TagClassName
{
border-color: #B28849;
}
</style>