Shades of Muddy Waters #B68449
Tints of Muddy Waters #B68449
RGB
CMYK
RGB Variations
Color information
#B68449 (or 0xB68449) is known color: Muddy Waters. HEX triplet: B6, 84 and 49. RGB value is (182,132,73). Sum of RGB (Red+Green+Blue) = 182+132+73=387 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.03% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 73 (28.91% from 255 or 18.86% from 387); Max value from RGB is 182 - color contains mainly: red. Hex color #B68449 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68449 is #497BB6. Grayscale: #8C8C8C. Windows color (decimal): -4815799 or 4818102. OLE color: 4818102.
HSL color Cylindrical-coordinate representation of color #B68449: hue angle of 32.48º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B68449 is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 132 | 73 | - |
| CMYK | 0 | 0.27 | 0.60 | 0.29 |
| HSL | 32.48º | 0.43% | 0.5% | - |
| HSV(B) | 32.48º | 0.6% | 0.71% | - |
| XYZ | 28.75 | 26.93 | 9.99 | - |
| YUV | 140.22 | 90.07 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 132 | 73 | 0 | 0.27 | 0.60 | 0.29 | 32.48 | 0.43 | 0.5 |
| Hex | B6 | 84 | 49 | 0 | 1B | 3C | 1D | 20 | 2B | 32 |
| Octal | 266 | 204 | 111 | 0 | 33 | 74 | 35 | 40 | 53 | 62 |
| Binary | 10110110 | 10000100 | 1001001 | 0 | 11011 | 111100 | 11101 | 100000 | 101011 | 110010 |
Color Harmonies of #B68449
Complementary color
Monochromatic Colors of #B68449
Black with #B68449
Text Example
Text Example
White with #B68449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68449; }
p { color: rgb(182,132,73); }
H1.HeaderClassName
{
color: #B68449;
}
.AnyTagClassName
{
color: #B68449;
}
</style>
background-color css
<style>
a { background-color: #B68449; }
a { background-color: rgb(182,132,73); }
div.DivClassName
{
background-color: #B68449;
}
.BgClassName
{
background-color: #B68449;
}
</style>
border-color css
<style>
span { border-color: #B68449; }
span { border-color: rgb(182,132,73); }
td.TdClassName
{
border-color: #B68449;
}
.TagClassName
{
border-color: #B68449;
}
</style>