Shades of Muddy Waters #B07B52
Tints of Muddy Waters #B07B52
RGB
CMYK
RGB Variations
Color information
#B07B52 (or 0xB07B52) is known color: Muddy Waters. HEX triplet: B0, 7B and 52. RGB value is (176,123,82). Sum of RGB (Red+Green+Blue) = 176+123+82=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 82 (32.42% from 255 or 21.52% from 381); Max value from RGB is 176 - color contains mainly: red. Hex color #B07B52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07B52 is #4F84AD. Grayscale: #868686. Windows color (decimal): -5211310 or 5405616. OLE color: 5405616.
HSL color Cylindrical-coordinate representation of color #B07B52: hue angle of 26.17º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B07B52 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 123 | 82 | - |
| CMYK | 0 | 0.30 | 0.53 | 0.31 |
| HSL | 26.17º | 0.37% | 0.51% | - |
| HSV(B) | 26.17º | 0.53% | 0.69% | - |
| XYZ | 26.51 | 24.01 | 11.22 | - |
| YUV | 134.17 | 98.56 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 123 | 82 | 0 | 0.30 | 0.53 | 0.31 | 26.17 | 0.37 | 0.51 |
| Hex | B0 | 7B | 52 | 0 | 1E | 35 | 1F | 1A | 25 | 33 |
| Octal | 260 | 173 | 122 | 0 | 36 | 65 | 37 | 32 | 45 | 63 |
| Binary | 10110000 | 1111011 | 1010010 | 0 | 11110 | 110101 | 11111 | 11010 | 100101 | 110011 |
Color Harmonies of #B07B52
Complementary color
Monochromatic Colors of #B07B52
Black with #B07B52
Text Example
Text Example
White with #B07B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07B52; }
p { color: rgb(176,123,82); }
H1.HeaderClassName
{
color: #B07B52;
}
.AnyTagClassName
{
color: #B07B52;
}
</style>
background-color css
<style>
a { background-color: #B07B52; }
a { background-color: rgb(176,123,82); }
div.DivClassName
{
background-color: #B07B52;
}
.BgClassName
{
background-color: #B07B52;
}
</style>
border-color css
<style>
span { border-color: #B07B52; }
span { border-color: rgb(176,123,82); }
td.TdClassName
{
border-color: #B07B52;
}
.TagClassName
{
border-color: #B07B52;
}
</style>