Shades of Muddy Waters #B2814D
Tints of Muddy Waters #B2814D
RGB
CMYK
RGB Variations
Color information
#B2814D (or 0xB2814D) is known color: Muddy Waters. HEX triplet: B2, 81 and 4D. RGB value is (178,129,77). Sum of RGB (Red+Green+Blue) = 178+129+77=384 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.35% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 77 (30.47% from 255 or 20.05% from 384); Max value from RGB is 178 - color contains mainly: red. Hex color #B2814D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2814D is #4D7EB2. Grayscale: #898989. Windows color (decimal): -5078707 or 5079474. OLE color: 5079474.
HSL color Cylindrical-coordinate representation of color #B2814D: hue angle of 30.89º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B2814D is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 129 | 77 | - |
| CMYK | 0 | 0.28 | 0.57 | 0.30 |
| HSL | 30.89º | 0.4% | 0.5% | - |
| HSV(B) | 30.89º | 0.57% | 0.7% | - |
| XYZ | 27.55 | 25.7 | 10.53 | - |
| YUV | 137.72 | 93.73 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 129 | 77 | 0 | 0.28 | 0.57 | 0.30 | 30.89 | 0.4 | 0.5 |
| Hex | B2 | 81 | 4D | 0 | 1C | 39 | 1E | 1F | 28 | 32 |
| Octal | 262 | 201 | 115 | 0 | 34 | 71 | 36 | 37 | 50 | 62 |
| Binary | 10110010 | 10000001 | 1001101 | 0 | 11100 | 111001 | 11110 | 11111 | 101000 | 110010 |
Color Harmonies of #B2814D
Complementary color
Monochromatic Colors of #B2814D
Black with #B2814D
Text Example
Text Example
White with #B2814D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2814D; }
p { color: rgb(178,129,77); }
H1.HeaderClassName
{
color: #B2814D;
}
.AnyTagClassName
{
color: #B2814D;
}
</style>
background-color css
<style>
a { background-color: #B2814D; }
a { background-color: rgb(178,129,77); }
div.DivClassName
{
background-color: #B2814D;
}
.BgClassName
{
background-color: #B2814D;
}
</style>
border-color css
<style>
span { border-color: #B2814D; }
span { border-color: rgb(178,129,77); }
td.TdClassName
{
border-color: #B2814D;
}
.TagClassName
{
border-color: #B2814D;
}
</style>