Shades of Muddy Waters #B0814D
Tints of Muddy Waters #B0814D
RGB
CMYK
RGB Variations
Color information
#B0814D (or 0xB0814D) is known color: Muddy Waters. HEX triplet: B0, 81 and 4D. RGB value is (176,129,77). Sum of RGB (Red+Green+Blue) = 176+129+77=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 176 - color contains mainly: red. Hex color #B0814D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0814D is #4F7EB2. Grayscale: #898989. Windows color (decimal): -5209779 or 5079472. OLE color: 5079472.
HSL color Cylindrical-coordinate representation of color #B0814D: hue angle of 31.52º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0814D is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 129 | 77 | - |
| CMYK | 0 | 0.27 | 0.56 | 0.31 |
| HSL | 31.52º | 0.39% | 0.5% | - |
| HSV(B) | 31.52º | 0.56% | 0.69% | - |
| XYZ | 27.09 | 25.47 | 10.51 | - |
| YUV | 137.13 | 94.07 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 129 | 77 | 0 | 0.27 | 0.56 | 0.31 | 31.52 | 0.39 | 0.5 |
| Hex | B0 | 81 | 4D | 0 | 1B | 38 | 1F | 20 | 27 | 32 |
| Octal | 260 | 201 | 115 | 0 | 33 | 70 | 37 | 40 | 47 | 62 |
| Binary | 10110000 | 10000001 | 1001101 | 0 | 11011 | 111000 | 11111 | 100000 | 100111 | 110010 |
Color Harmonies of #B0814D
Complementary color
Monochromatic Colors of #B0814D
Black with #B0814D
Text Example
Text Example
White with #B0814D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0814D; }
p { color: rgb(176,129,77); }
H1.HeaderClassName
{
color: #B0814D;
}
.AnyTagClassName
{
color: #B0814D;
}
</style>
background-color css
<style>
a { background-color: #B0814D; }
a { background-color: rgb(176,129,77); }
div.DivClassName
{
background-color: #B0814D;
}
.BgClassName
{
background-color: #B0814D;
}
</style>
border-color css
<style>
span { border-color: #B0814D; }
span { border-color: rgb(176,129,77); }
td.TdClassName
{
border-color: #B0814D;
}
.TagClassName
{
border-color: #B0814D;
}
</style>