Shades of Muddy Waters #B37F4B
Tints of Muddy Waters #B37F4B
RGB
CMYK
RGB Variations
Color information
#B37F4B (or 0xB37F4B) is known color: Muddy Waters. HEX triplet: B3, 7F and 4B. RGB value is (179,127,75). Sum of RGB (Red+Green+Blue) = 179+127+75=381 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.98% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 179 - color contains mainly: red. Hex color #B37F4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37F4B is #4C80B4. Grayscale: #888888. Windows color (decimal): -5013685 or 4947891. OLE color: 4947891.
HSL color Cylindrical-coordinate representation of color #B37F4B: hue angle of 30º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B37F4B is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 127 | 75 | - |
| CMYK | 0 | 0.29 | 0.58 | 0.30 |
| HSL | 30º | 0.41% | 0.5% | - |
| HSV(B) | 30º | 0.58% | 0.7% | - |
| XYZ | 27.45 | 25.27 | 10.09 | - |
| YUV | 136.62 | 93.23 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 127 | 75 | 0 | 0.29 | 0.58 | 0.30 | 30 | 0.41 | 0.5 |
| Hex | B3 | 7F | 4B | 0 | 1D | 3A | 1E | 1E | 29 | 32 |
| Octal | 263 | 177 | 113 | 0 | 35 | 72 | 36 | 36 | 51 | 62 |
| Binary | 10110011 | 1111111 | 1001011 | 0 | 11101 | 111010 | 11110 | 11110 | 101001 | 110010 |
Color Harmonies of #B37F4B
Complementary color
Monochromatic Colors of #B37F4B
Black with #B37F4B
Text Example
Text Example
White with #B37F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37F4B; }
p { color: rgb(179,127,75); }
H1.HeaderClassName
{
color: #B37F4B;
}
.AnyTagClassName
{
color: #B37F4B;
}
</style>
background-color css
<style>
a { background-color: #B37F4B; }
a { background-color: rgb(179,127,75); }
div.DivClassName
{
background-color: #B37F4B;
}
.BgClassName
{
background-color: #B37F4B;
}
</style>
border-color css
<style>
span { border-color: #B37F4B; }
span { border-color: rgb(179,127,75); }
td.TdClassName
{
border-color: #B37F4B;
}
.TagClassName
{
border-color: #B37F4B;
}
</style>