Shades of Muddy Waters #B08748
Tints of Muddy Waters #B08748
RGB
CMYK
RGB Variations
Color information
#B08748 (or 0xB08748) is known color: Muddy Waters. HEX triplet: B0, 87 and 48. RGB value is (176,135,72). Sum of RGB (Red+Green+Blue) = 176+135+72=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 72 (28.52% from 255 or 18.80% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B08748 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08748 is #4F78B7. Grayscale: #8C8C8C. Windows color (decimal): -5208248 or 4753328. OLE color: 4753328.
HSL color Cylindrical-coordinate representation of color #B08748: hue angle of 36.35º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B08748 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 135 | 72 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.31 |
| HSL | 36.35º | 0.42% | 0.49% | - |
| HSV(B) | 36.35º | 0.59% | 0.69% | - |
| XYZ | 27.74 | 27.03 | 9.89 | - |
| YUV | 140.08 | 89.58 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 135 | 72 | 0 | 0.23 | 0.59 | 0.31 | 36.35 | 0.42 | 0.49 |
| Hex | B0 | 87 | 48 | 0 | 17 | 3B | 1F | 24 | 2A | 31 |
| Octal | 260 | 207 | 110 | 0 | 27 | 73 | 37 | 44 | 52 | 61 |
| Binary | 10110000 | 10000111 | 1001000 | 0 | 10111 | 111011 | 11111 | 100100 | 101010 | 110001 |
Color Harmonies of #B08748
Complementary color
Monochromatic Colors of #B08748
Black with #B08748
Text Example
Text Example
White with #B08748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08748; }
p { color: rgb(176,135,72); }
H1.HeaderClassName
{
color: #B08748;
}
.AnyTagClassName
{
color: #B08748;
}
</style>
background-color css
<style>
a { background-color: #B08748; }
a { background-color: rgb(176,135,72); }
div.DivClassName
{
background-color: #B08748;
}
.BgClassName
{
background-color: #B08748;
}
</style>
border-color css
<style>
span { border-color: #B08748; }
span { border-color: rgb(176,135,72); }
td.TdClassName
{
border-color: #B08748;
}
.TagClassName
{
border-color: #B08748;
}
</style>