Shades of Muddy Waters #B2844E
Tints of Muddy Waters #B2844E
RGB
CMYK
RGB Variations
Color information
#B2844E (or 0xB2844E) is known color: Muddy Waters. HEX triplet: B2, 84 and 4E. RGB value is (178,132,78). Sum of RGB (Red+Green+Blue) = 178+132+78=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 132 (51.95% from 255 or 34.02% from 388); Blue value is 78 (30.86% from 255 or 20.10% from 388); Max value from RGB is 178 - color contains mainly: red. Hex color #B2844E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2844E is #4D7BB1. Grayscale: #8B8B8B. Windows color (decimal): -5077938 or 5145778. OLE color: 5145778.
HSL color Cylindrical-coordinate representation of color #B2844E: hue angle of 32.4º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B2844E is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 132 | 78 | - |
| CMYK | 0 | 0.26 | 0.56 | 0.30 |
| HSL | 32.4º | 0.39% | 0.5% | - |
| HSV(B) | 32.4º | 0.56% | 0.7% | - |
| XYZ | 27.99 | 26.52 | 10.85 | - |
| YUV | 139.6 | 93.24 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 132 | 78 | 0 | 0.26 | 0.56 | 0.30 | 32.4 | 0.39 | 0.5 |
| Hex | B2 | 84 | 4E | 0 | 1A | 38 | 1E | 20 | 27 | 32 |
| Octal | 262 | 204 | 116 | 0 | 32 | 70 | 36 | 40 | 47 | 62 |
| Binary | 10110010 | 10000100 | 1001110 | 0 | 11010 | 111000 | 11110 | 100000 | 100111 | 110010 |
Color Harmonies of #B2844E
Complementary color
Monochromatic Colors of #B2844E
Black with #B2844E
Text Example
Text Example
White with #B2844E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2844E; }
p { color: rgb(178,132,78); }
H1.HeaderClassName
{
color: #B2844E;
}
.AnyTagClassName
{
color: #B2844E;
}
</style>
background-color css
<style>
a { background-color: #B2844E; }
a { background-color: rgb(178,132,78); }
div.DivClassName
{
background-color: #B2844E;
}
.BgClassName
{
background-color: #B2844E;
}
</style>
border-color css
<style>
span { border-color: #B2844E; }
span { border-color: rgb(178,132,78); }
td.TdClassName
{
border-color: #B2844E;
}
.TagClassName
{
border-color: #B2844E;
}
</style>