Shades of Muddy Waters #B6824A
Tints of Muddy Waters #B6824A
RGB
CMYK
RGB Variations
Color information
#B6824A (or 0xB6824A) is known color: Muddy Waters. HEX triplet: B6, 82 and 4A. RGB value is (182,130,74). Sum of RGB (Red+Green+Blue) = 182+130+74=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 182 - color contains mainly: red. Hex color #B6824A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6824A is #497DB5. Grayscale: #8B8B8B. Windows color (decimal): -4816310 or 4883126. OLE color: 4883126.
HSL color Cylindrical-coordinate representation of color #B6824A: hue angle of 31.11º 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 #B6824A is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 130 | 74 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.29 |
| HSL | 31.11º | 0.43% | 0.5% | - |
| HSV(B) | 31.11º | 0.59% | 0.71% | - |
| XYZ | 28.51 | 26.4 | 10.07 | - |
| YUV | 139.16 | 91.23 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 130 | 74 | 0 | 0.29 | 0.59 | 0.29 | 31.11 | 0.43 | 0.5 |
| Hex | B6 | 82 | 4A | 0 | 1D | 3B | 1D | 1F | 2B | 32 |
| Octal | 266 | 202 | 112 | 0 | 35 | 73 | 35 | 37 | 53 | 62 |
| Binary | 10110110 | 10000010 | 1001010 | 0 | 11101 | 111011 | 11101 | 11111 | 101011 | 110010 |
Color Harmonies of #B6824A
Complementary color
Monochromatic Colors of #B6824A
Black with #B6824A
Text Example
Text Example
White with #B6824A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6824A; }
p { color: rgb(182,130,74); }
H1.HeaderClassName
{
color: #B6824A;
}
.AnyTagClassName
{
color: #B6824A;
}
</style>
background-color css
<style>
a { background-color: #B6824A; }
a { background-color: rgb(182,130,74); }
div.DivClassName
{
background-color: #B6824A;
}
.BgClassName
{
background-color: #B6824A;
}
</style>
border-color css
<style>
span { border-color: #B6824A; }
span { border-color: rgb(182,130,74); }
td.TdClassName
{
border-color: #B6824A;
}
.TagClassName
{
border-color: #B6824A;
}
</style>