Shades of Muddy Waters #B37D50
Tints of Muddy Waters #B37D50
RGB
CMYK
RGB Variations
Color information
#B37D50 (or 0xB37D50) is known color: Muddy Waters. HEX triplet: B3, 7D and 50. RGB value is (179,125,80). Sum of RGB (Red+Green+Blue) = 179+125+80=384 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.61% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 80 (31.64% from 255 or 20.83% from 384); Max value from RGB is 179 - color contains mainly: red. Hex color #B37D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37D50 is #4C82AF. Grayscale: #888888. Windows color (decimal): -5014192 or 5275059. OLE color: 5275059.
HSL color Cylindrical-coordinate representation of color #B37D50: hue angle of 27.27º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B37D50 is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 125 | 80 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.30 |
| HSL | 27.27º | 0.39% | 0.51% | - |
| HSV(B) | 27.27º | 0.55% | 0.7% | - |
| XYZ | 27.37 | 24.83 | 10.94 | - |
| YUV | 136.02 | 96.39 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 125 | 80 | 0 | 0.30 | 0.55 | 0.30 | 27.27 | 0.39 | 0.51 |
| Hex | B3 | 7D | 50 | 0 | 1E | 37 | 1E | 1B | 27 | 33 |
| Octal | 263 | 175 | 120 | 0 | 36 | 67 | 36 | 33 | 47 | 63 |
| Binary | 10110011 | 1111101 | 1010000 | 0 | 11110 | 110111 | 11110 | 11011 | 100111 | 110011 |
Color Harmonies of #B37D50
Complementary color
Monochromatic Colors of #B37D50
Black with #B37D50
Text Example
Text Example
White with #B37D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37D50; }
p { color: rgb(179,125,80); }
H1.HeaderClassName
{
color: #B37D50;
}
.AnyTagClassName
{
color: #B37D50;
}
</style>
background-color css
<style>
a { background-color: #B37D50; }
a { background-color: rgb(179,125,80); }
div.DivClassName
{
background-color: #B37D50;
}
.BgClassName
{
background-color: #B37D50;
}
</style>
border-color css
<style>
span { border-color: #B37D50; }
span { border-color: rgb(179,125,80); }
td.TdClassName
{
border-color: #B37D50;
}
.TagClassName
{
border-color: #B37D50;
}
</style>