Shades of Muddy Waters #B28346
Tints of Muddy Waters #B28346
RGB
CMYK
RGB Variations
Color information
#B28346 (or 0xB28346) is known color: Muddy Waters. HEX triplet: B2, 83 and 46. RGB value is (178,131,70). Sum of RGB (Red+Green+Blue) = 178+131+70=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 70 (27.73% from 255 or 18.47% from 379); Max value from RGB is 178 - color contains mainly: red. Hex color #B28346 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28346 is #4D7CB9. Grayscale: #8A8A8A. Windows color (decimal): -5078202 or 4621234. OLE color: 4621234.
HSL color Cylindrical-coordinate representation of color #B28346: hue angle of 33.89º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B28346 is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 131 | 70 | - |
| CMYK | 0 | 0.26 | 0.61 | 0.30 |
| HSL | 33.89º | 0.44% | 0.49% | - |
| HSV(B) | 33.89º | 0.61% | 0.7% | - |
| XYZ | 27.58 | 26.14 | 9.39 | - |
| YUV | 138.1 | 89.57 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 131 | 70 | 0 | 0.26 | 0.61 | 0.30 | 33.89 | 0.44 | 0.49 |
| Hex | B2 | 83 | 46 | 0 | 1A | 3D | 1E | 22 | 2C | 31 |
| Octal | 262 | 203 | 106 | 0 | 32 | 75 | 36 | 42 | 54 | 61 |
| Binary | 10110010 | 10000011 | 1000110 | 0 | 11010 | 111101 | 11110 | 100010 | 101100 | 110001 |
Color Harmonies of #B28346
Complementary color
Monochromatic Colors of #B28346
Black with #B28346
Text Example
Text Example
White with #B28346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28346; }
p { color: rgb(178,131,70); }
H1.HeaderClassName
{
color: #B28346;
}
.AnyTagClassName
{
color: #B28346;
}
</style>
background-color css
<style>
a { background-color: #B28346; }
a { background-color: rgb(178,131,70); }
div.DivClassName
{
background-color: #B28346;
}
.BgClassName
{
background-color: #B28346;
}
</style>
border-color css
<style>
span { border-color: #B28346; }
span { border-color: rgb(178,131,70); }
td.TdClassName
{
border-color: #B28346;
}
.TagClassName
{
border-color: #B28346;
}
</style>