Shades of Muddy Waters #B37E4A
Tints of Muddy Waters #B37E4A
RGB
CMYK
RGB Variations
Color information
#B37E4A (or 0xB37E4A) is known color: Muddy Waters. HEX triplet: B3, 7E and 4A. RGB value is (179,126,74). Sum of RGB (Red+Green+Blue) = 179+126+74=379 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.23% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 74 (29.30% from 255 or 19.53% from 379); Max value from RGB is 179 - color contains mainly: red. Hex color #B37E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37E4A is #4C81B5. Grayscale: #888888. Windows color (decimal): -5013942 or 4882099. OLE color: 4882099.
HSL color Cylindrical-coordinate representation of color #B37E4A: hue angle of 29.71º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B37E4A is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 126 | 74 | - |
| CMYK | 0 | 0.30 | 0.59 | 0.30 |
| HSL | 29.71º | 0.42% | 0.5% | - |
| HSV(B) | 29.71º | 0.59% | 0.7% | - |
| XYZ | 27.29 | 25 | 9.87 | - |
| YUV | 135.92 | 93.06 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 126 | 74 | 0 | 0.30 | 0.59 | 0.30 | 29.71 | 0.42 | 0.5 |
| Hex | B3 | 7E | 4A | 0 | 1E | 3B | 1E | 1E | 2A | 32 |
| Octal | 263 | 176 | 112 | 0 | 36 | 73 | 36 | 36 | 52 | 62 |
| Binary | 10110011 | 1111110 | 1001010 | 0 | 11110 | 111011 | 11110 | 11110 | 101010 | 110010 |
Color Harmonies of #B37E4A
Complementary color
Monochromatic Colors of #B37E4A
Black with #B37E4A
Text Example
Text Example
White with #B37E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37E4A; }
p { color: rgb(179,126,74); }
H1.HeaderClassName
{
color: #B37E4A;
}
.AnyTagClassName
{
color: #B37E4A;
}
</style>
background-color css
<style>
a { background-color: #B37E4A; }
a { background-color: rgb(179,126,74); }
div.DivClassName
{
background-color: #B37E4A;
}
.BgClassName
{
background-color: #B37E4A;
}
</style>
border-color css
<style>
span { border-color: #B37E4A; }
span { border-color: rgb(179,126,74); }
td.TdClassName
{
border-color: #B37E4A;
}
.TagClassName
{
border-color: #B37E4A;
}
</style>