Shades of Muddy Waters #B07C50
Tints of Muddy Waters #B07C50
RGB
CMYK
RGB Variations
Color information
#B07C50 (or 0xB07C50) is known color: Muddy Waters. HEX triplet: B0, 7C and 50. RGB value is (176,124,80). Sum of RGB (Red+Green+Blue) = 176+124+80=380 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.32% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 80 (31.64% from 255 or 21.05% from 380); Max value from RGB is 176 - color contains mainly: red. Hex color #B07C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07C50 is #4F83AF. Grayscale: #868686. Windows color (decimal): -5211056 or 5274800. OLE color: 5274800.
HSL color Cylindrical-coordinate representation of color #B07C50: hue angle of 27.5º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B07C50 is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 124 | 80 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.31 |
| HSL | 27.5º | 0.38% | 0.5% | - |
| HSV(B) | 27.5º | 0.55% | 0.69% | - |
| XYZ | 26.56 | 24.22 | 10.87 | - |
| YUV | 134.53 | 97.23 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 124 | 80 | 0 | 0.30 | 0.55 | 0.31 | 27.5 | 0.38 | 0.5 |
| Hex | B0 | 7C | 50 | 0 | 1E | 37 | 1F | 1C | 26 | 32 |
| Octal | 260 | 174 | 120 | 0 | 36 | 67 | 37 | 34 | 46 | 62 |
| Binary | 10110000 | 1111100 | 1010000 | 0 | 11110 | 110111 | 11111 | 11100 | 100110 | 110010 |
Color Harmonies of #B07C50
Complementary color
Monochromatic Colors of #B07C50
Black with #B07C50
Text Example
Text Example
White with #B07C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07C50; }
p { color: rgb(176,124,80); }
H1.HeaderClassName
{
color: #B07C50;
}
.AnyTagClassName
{
color: #B07C50;
}
</style>
background-color css
<style>
a { background-color: #B07C50; }
a { background-color: rgb(176,124,80); }
div.DivClassName
{
background-color: #B07C50;
}
.BgClassName
{
background-color: #B07C50;
}
</style>
border-color css
<style>
span { border-color: #B07C50; }
span { border-color: rgb(176,124,80); }
td.TdClassName
{
border-color: #B07C50;
}
.TagClassName
{
border-color: #B07C50;
}
</style>