Shades of Muddy Waters #B28049
Tints of Muddy Waters #B28049
RGB
CMYK
RGB Variations
Color information
#B28049 (or 0xB28049) is known color: Muddy Waters. HEX triplet: B2, 80 and 49. RGB value is (178,128,73). Sum of RGB (Red+Green+Blue) = 178+128+73=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 178 - color contains mainly: red. Hex color #B28049 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28049 is #4D7FB6. Grayscale: #888888. Windows color (decimal): -5078967 or 4817074. OLE color: 4817074.
HSL color Cylindrical-coordinate representation of color #B28049: hue angle of 31.43º 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 #B28049 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 128 | 73 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.30 |
| HSL | 31.43º | 0.42% | 0.49% | - |
| HSV(B) | 31.43º | 0.59% | 0.7% | - |
| XYZ | 27.28 | 25.38 | 9.77 | - |
| YUV | 136.68 | 92.07 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 128 | 73 | 0 | 0.28 | 0.59 | 0.30 | 31.43 | 0.42 | 0.49 |
| Hex | B2 | 80 | 49 | 0 | 1C | 3B | 1E | 1F | 2A | 31 |
| Octal | 262 | 200 | 111 | 0 | 34 | 73 | 36 | 37 | 52 | 61 |
| Binary | 10110010 | 10000000 | 1001001 | 0 | 11100 | 111011 | 11110 | 11111 | 101010 | 110001 |
Color Harmonies of #B28049
Complementary color
Monochromatic Colors of #B28049
Black with #B28049
Text Example
Text Example
White with #B28049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28049; }
p { color: rgb(178,128,73); }
H1.HeaderClassName
{
color: #B28049;
}
.AnyTagClassName
{
color: #B28049;
}
</style>
background-color css
<style>
a { background-color: #B28049; }
a { background-color: rgb(178,128,73); }
div.DivClassName
{
background-color: #B28049;
}
.BgClassName
{
background-color: #B28049;
}
</style>
border-color css
<style>
span { border-color: #B28049; }
span { border-color: rgb(178,128,73); }
td.TdClassName
{
border-color: #B28049;
}
.TagClassName
{
border-color: #B28049;
}
</style>