Shades of Muddy Waters #B07D4E
Tints of Muddy Waters #B07D4E
RGB
CMYK
RGB Variations
Color information
#B07D4E (or 0xB07D4E) is known color: Muddy Waters. HEX triplet: B0, 7D and 4E. RGB value is (176,125,78). Sum of RGB (Red+Green+Blue) = 176+125+78=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 78 (30.86% from 255 or 20.58% from 379); Max value from RGB is 176 - color contains mainly: red. Hex color #B07D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07D4E is #4F82B1. Grayscale: #878787. Windows color (decimal): -5210802 or 5143984. OLE color: 5143984.
HSL color Cylindrical-coordinate representation of color #B07D4E: hue angle of 28.78º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B07D4E is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 125 | 78 | - |
| CMYK | 0 | 0.29 | 0.56 | 0.31 |
| HSL | 28.78º | 0.39% | 0.5% | - |
| HSV(B) | 28.78º | 0.56% | 0.69% | - |
| XYZ | 26.61 | 24.45 | 10.52 | - |
| YUV | 134.89 | 95.9 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 125 | 78 | 0 | 0.29 | 0.56 | 0.31 | 28.78 | 0.39 | 0.5 |
| Hex | B0 | 7D | 4E | 0 | 1D | 38 | 1F | 1D | 27 | 32 |
| Octal | 260 | 175 | 116 | 0 | 35 | 70 | 37 | 35 | 47 | 62 |
| Binary | 10110000 | 1111101 | 1001110 | 0 | 11101 | 111000 | 11111 | 11101 | 100111 | 110010 |
Color Harmonies of #B07D4E
Complementary color
Monochromatic Colors of #B07D4E
Black with #B07D4E
Text Example
Text Example
White with #B07D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07D4E; }
p { color: rgb(176,125,78); }
H1.HeaderClassName
{
color: #B07D4E;
}
.AnyTagClassName
{
color: #B07D4E;
}
</style>
background-color css
<style>
a { background-color: #B07D4E; }
a { background-color: rgb(176,125,78); }
div.DivClassName
{
background-color: #B07D4E;
}
.BgClassName
{
background-color: #B07D4E;
}
</style>
border-color css
<style>
span { border-color: #B07D4E; }
span { border-color: rgb(176,125,78); }
td.TdClassName
{
border-color: #B07D4E;
}
.TagClassName
{
border-color: #B07D4E;
}
</style>