Shades of Muddy Waters #B6844A
Tints of Muddy Waters #B6844A
RGB
CMYK
RGB Variations
Color information
#B6844A (or 0xB6844A) is known color: Muddy Waters. HEX triplet: B6, 84 and 4A. RGB value is (182,132,74). Sum of RGB (Red+Green+Blue) = 182+132+74=388 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.91% from 388); Green value is 132 (51.95% from 255 or 34.02% from 388); Blue value is 74 (29.30% from 255 or 19.07% from 388); Max value from RGB is 182 - color contains mainly: red. Hex color #B6844A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6844A is #497BB5. Grayscale: #8C8C8C. Windows color (decimal): -4815798 or 4883638. OLE color: 4883638.
HSL color Cylindrical-coordinate representation of color #B6844A: hue angle of 32.22º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B6844A is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 132 | 74 | - |
| CMYK | 0 | 0.27 | 0.59 | 0.29 |
| HSL | 32.22º | 0.43% | 0.5% | - |
| HSV(B) | 32.22º | 0.59% | 0.71% | - |
| XYZ | 28.78 | 26.94 | 10.16 | - |
| YUV | 140.34 | 90.57 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 132 | 74 | 0 | 0.27 | 0.59 | 0.29 | 32.22 | 0.43 | 0.5 |
| Hex | B6 | 84 | 4A | 0 | 1B | 3B | 1D | 20 | 2B | 32 |
| Octal | 266 | 204 | 112 | 0 | 33 | 73 | 35 | 40 | 53 | 62 |
| Binary | 10110110 | 10000100 | 1001010 | 0 | 11011 | 111011 | 11101 | 100000 | 101011 | 110010 |
Color Harmonies of #B6844A
Complementary color
Monochromatic Colors of #B6844A
Black with #B6844A
Text Example
Text Example
White with #B6844A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6844A; }
p { color: rgb(182,132,74); }
H1.HeaderClassName
{
color: #B6844A;
}
.AnyTagClassName
{
color: #B6844A;
}
</style>
background-color css
<style>
a { background-color: #B6844A; }
a { background-color: rgb(182,132,74); }
div.DivClassName
{
background-color: #B6844A;
}
.BgClassName
{
background-color: #B6844A;
}
</style>
border-color css
<style>
span { border-color: #B6844A; }
span { border-color: rgb(182,132,74); }
td.TdClassName
{
border-color: #B6844A;
}
.TagClassName
{
border-color: #B6844A;
}
</style>