Shades of Muddy Waters #B08356
Tints of Muddy Waters #B08356
RGB
CMYK
RGB Variations
Color information
#B08356 (or 0xB08356) is known color: Muddy Waters. HEX triplet: B0, 83 and 56. RGB value is (176,131,86). Sum of RGB (Red+Green+Blue) = 176+131+86=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 86 (33.98% from 255 or 21.88% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B08356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08356 is #4F7CA9. Grayscale: #8B8B8B. Windows color (decimal): -5209258 or 5669808. OLE color: 5669808.
HSL color Cylindrical-coordinate representation of color #B08356: hue angle of 30º 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 #B08356 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 131 | 86 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.31 |
| HSL | 30º | 0.36% | 0.51% | - |
| HSV(B) | 30º | 0.51% | 0.69% | - |
| XYZ | 27.7 | 26.13 | 12.39 | - |
| YUV | 139.33 | 97.91 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 131 | 86 | 0 | 0.26 | 0.51 | 0.31 | 30 | 0.36 | 0.51 |
| Hex | B0 | 83 | 56 | 0 | 1A | 33 | 1F | 1E | 24 | 33 |
| Octal | 260 | 203 | 126 | 0 | 32 | 63 | 37 | 36 | 44 | 63 |
| Binary | 10110000 | 10000011 | 1010110 | 0 | 11010 | 110011 | 11111 | 11110 | 100100 | 110011 |
Color Harmonies of #B08356
Complementary color
Monochromatic Colors of #B08356
Black with #B08356
Text Example
Text Example
White with #B08356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08356; }
p { color: rgb(176,131,86); }
H1.HeaderClassName
{
color: #B08356;
}
.AnyTagClassName
{
color: #B08356;
}
</style>
background-color css
<style>
a { background-color: #B08356; }
a { background-color: rgb(176,131,86); }
div.DivClassName
{
background-color: #B08356;
}
.BgClassName
{
background-color: #B08356;
}
</style>
border-color css
<style>
span { border-color: #B08356; }
span { border-color: rgb(176,131,86); }
td.TdClassName
{
border-color: #B08356;
}
.TagClassName
{
border-color: #B08356;
}
</style>