Shades of Muddy Waters #B28249
Tints of Muddy Waters #B28249
RGB
CMYK
RGB Variations
Color information
#B28249 (or 0xB28249) is known color: Muddy Waters. HEX triplet: B2, 82 and 49. RGB value is (178,130,73). Sum of RGB (Red+Green+Blue) = 178+130+73=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 73 (28.91% from 255 or 19.16% from 381); Max value from RGB is 178 - color contains mainly: red. Hex color #B28249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28249 is #4D7DB6. Grayscale: #8A8A8A. Windows color (decimal): -5078455 or 4817586. OLE color: 4817586.
HSL color Cylindrical-coordinate representation of color #B28249: hue angle of 32.57º 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 #B28249 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 130 | 73 | - |
| CMYK | 0 | 0.27 | 0.59 | 0.30 |
| HSL | 32.57º | 0.42% | 0.49% | - |
| HSV(B) | 32.57º | 0.59% | 0.7% | - |
| XYZ | 27.55 | 25.91 | 9.85 | - |
| YUV | 137.85 | 91.4 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 130 | 73 | 0 | 0.27 | 0.59 | 0.30 | 32.57 | 0.42 | 0.49 |
| Hex | B2 | 82 | 49 | 0 | 1B | 3B | 1E | 21 | 2A | 31 |
| Octal | 262 | 202 | 111 | 0 | 33 | 73 | 36 | 41 | 52 | 61 |
| Binary | 10110010 | 10000010 | 1001001 | 0 | 11011 | 111011 | 11110 | 100001 | 101010 | 110001 |
Color Harmonies of #B28249
Complementary color
Monochromatic Colors of #B28249
Black with #B28249
Text Example
Text Example
White with #B28249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28249; }
p { color: rgb(178,130,73); }
H1.HeaderClassName
{
color: #B28249;
}
.AnyTagClassName
{
color: #B28249;
}
</style>
background-color css
<style>
a { background-color: #B28249; }
a { background-color: rgb(178,130,73); }
div.DivClassName
{
background-color: #B28249;
}
.BgClassName
{
background-color: #B28249;
}
</style>
border-color css
<style>
span { border-color: #B28249; }
span { border-color: rgb(178,130,73); }
td.TdClassName
{
border-color: #B28249;
}
.TagClassName
{
border-color: #B28249;
}
</style>