Shades of Muddy Waters #B08256
Tints of Muddy Waters #B08256
RGB
CMYK
RGB Variations
Color information
#B08256 (or 0xB08256) is known color: Muddy Waters. HEX triplet: B0, 82 and 56. RGB value is (176,130,86). Sum of RGB (Red+Green+Blue) = 176+130+86=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 86 (33.98% from 255 or 21.94% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B08256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08256 is #4F7DA9. Grayscale: #8A8A8A. Windows color (decimal): -5209514 or 5669552. OLE color: 5669552.
HSL color Cylindrical-coordinate representation of color #B08256: hue angle of 29.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B08256 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 130 | 86 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.31 |
| HSL | 29.33º | 0.36% | 0.51% | - |
| HSV(B) | 29.33º | 0.51% | 0.69% | - |
| XYZ | 27.57 | 25.87 | 12.34 | - |
| YUV | 138.74 | 98.24 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 130 | 86 | 0 | 0.26 | 0.51 | 0.31 | 29.33 | 0.36 | 0.51 |
| Hex | B0 | 82 | 56 | 0 | 1A | 33 | 1F | 1D | 24 | 33 |
| Octal | 260 | 202 | 126 | 0 | 32 | 63 | 37 | 35 | 44 | 63 |
| Binary | 10110000 | 10000010 | 1010110 | 0 | 11010 | 110011 | 11111 | 11101 | 100100 | 110011 |
Color Harmonies of #B08256
Complementary color
Monochromatic Colors of #B08256
Black with #B08256
Text Example
Text Example
White with #B08256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08256; }
p { color: rgb(176,130,86); }
H1.HeaderClassName
{
color: #B08256;
}
.AnyTagClassName
{
color: #B08256;
}
</style>
background-color css
<style>
a { background-color: #B08256; }
a { background-color: rgb(176,130,86); }
div.DivClassName
{
background-color: #B08256;
}
.BgClassName
{
background-color: #B08256;
}
</style>
border-color css
<style>
span { border-color: #B08256; }
span { border-color: rgb(176,130,86); }
td.TdClassName
{
border-color: #B08256;
}
.TagClassName
{
border-color: #B08256;
}
</style>