Shades of Muddy Waters #B0884B
Tints of Muddy Waters #B0884B
RGB
CMYK
RGB Variations
Color information
#B0884B (or 0xB0884B) is known color: Muddy Waters. HEX triplet: B0, 88 and 4B. RGB value is (176,136,75). Sum of RGB (Red+Green+Blue) = 176+136+75=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 75 (29.69% from 255 or 19.38% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B0884B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0884B is #4F77B4. Grayscale: #8D8D8D. Windows color (decimal): -5207989 or 4950192. OLE color: 4950192.
HSL color Cylindrical-coordinate representation of color #B0884B: hue angle of 36.24º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B0884B is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 136 | 75 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.31 |
| HSL | 36.24º | 0.4% | 0.49% | - |
| HSV(B) | 36.24º | 0.57% | 0.69% | - |
| XYZ | 27.98 | 27.35 | 10.46 | - |
| YUV | 141.01 | 90.75 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 136 | 75 | 0 | 0.23 | 0.57 | 0.31 | 36.24 | 0.4 | 0.49 |
| Hex | B0 | 88 | 4B | 0 | 17 | 39 | 1F | 24 | 28 | 31 |
| Octal | 260 | 210 | 113 | 0 | 27 | 71 | 37 | 44 | 50 | 61 |
| Binary | 10110000 | 10001000 | 1001011 | 0 | 10111 | 111001 | 11111 | 100100 | 101000 | 110001 |
Color Harmonies of #B0884B
Complementary color
Monochromatic Colors of #B0884B
Black with #B0884B
Text Example
Text Example
White with #B0884B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0884B; }
p { color: rgb(176,136,75); }
H1.HeaderClassName
{
color: #B0884B;
}
.AnyTagClassName
{
color: #B0884B;
}
</style>
background-color css
<style>
a { background-color: #B0884B; }
a { background-color: rgb(176,136,75); }
div.DivClassName
{
background-color: #B0884B;
}
.BgClassName
{
background-color: #B0884B;
}
</style>
border-color css
<style>
span { border-color: #B0884B; }
span { border-color: rgb(176,136,75); }
td.TdClassName
{
border-color: #B0884B;
}
.TagClassName
{
border-color: #B0884B;
}
</style>