Shades of Muddy Waters #B37B4D
Tints of Muddy Waters #B37B4D
RGB
CMYK
RGB Variations
Color information
#B37B4D (or 0xB37B4D) is known color: Muddy Waters. HEX triplet: B3, 7B and 4D. RGB value is (179,123,77). Sum of RGB (Red+Green+Blue) = 179+123+77=379 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.23% from 379); Green value is 123 (48.44% from 255 or 32.45% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 179 - color contains mainly: red. Hex color #B37B4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37B4D is #4C84B2. Grayscale: #868686. Windows color (decimal): -5014707 or 5077939. OLE color: 5077939.
HSL color Cylindrical-coordinate representation of color #B37B4D: hue angle of 27.06º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B37B4D is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 123 | 77 | - |
| CMYK | 0 | 0.31 | 0.57 | 0.30 |
| HSL | 27.06º | 0.4% | 0.5% | - |
| HSV(B) | 27.06º | 0.57% | 0.7% | - |
| XYZ | 27.01 | 24.29 | 10.29 | - |
| YUV | 134.5 | 95.55 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 123 | 77 | 0 | 0.31 | 0.57 | 0.30 | 27.06 | 0.4 | 0.5 |
| Hex | B3 | 7B | 4D | 0 | 1F | 39 | 1E | 1B | 28 | 32 |
| Octal | 263 | 173 | 115 | 0 | 37 | 71 | 36 | 33 | 50 | 62 |
| Binary | 10110011 | 1111011 | 1001101 | 0 | 11111 | 111001 | 11110 | 11011 | 101000 | 110010 |
Color Harmonies of #B37B4D
Complementary color
Monochromatic Colors of #B37B4D
Black with #B37B4D
Text Example
Text Example
White with #B37B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37B4D; }
p { color: rgb(179,123,77); }
H1.HeaderClassName
{
color: #B37B4D;
}
.AnyTagClassName
{
color: #B37B4D;
}
</style>
background-color css
<style>
a { background-color: #B37B4D; }
a { background-color: rgb(179,123,77); }
div.DivClassName
{
background-color: #B37B4D;
}
.BgClassName
{
background-color: #B37B4D;
}
</style>
border-color css
<style>
span { border-color: #B37B4D; }
span { border-color: rgb(179,123,77); }
td.TdClassName
{
border-color: #B37B4D;
}
.TagClassName
{
border-color: #B37B4D;
}
</style>