Shades of Muddy Waters #B07A4B
Tints of Muddy Waters #B07A4B
RGB
CMYK
RGB Variations
Color information
#B07A4B (or 0xB07A4B) is known color: Muddy Waters. HEX triplet: B0, 7A and 4B. RGB value is (176,122,75). Sum of RGB (Red+Green+Blue) = 176+122+75=373 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.18% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 176 - color contains mainly: red. Hex color #B07A4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07A4B is #4F85B4. Grayscale: #858585. Windows color (decimal): -5211573 or 4946608. OLE color: 4946608.
HSL color Cylindrical-coordinate representation of color #B07A4B: hue angle of 27.92º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B07A4B is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 122 | 75 | - |
| CMYK | 0 | 0.31 | 0.57 | 0.31 |
| HSL | 27.92º | 0.4% | 0.49% | - |
| HSV(B) | 27.92º | 0.57% | 0.69% | - |
| XYZ | 26.13 | 23.66 | 9.85 | - |
| YUV | 132.79 | 95.39 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 122 | 75 | 0 | 0.31 | 0.57 | 0.31 | 27.92 | 0.4 | 0.49 |
| Hex | B0 | 7A | 4B | 0 | 1F | 39 | 1F | 1C | 28 | 31 |
| Octal | 260 | 172 | 113 | 0 | 37 | 71 | 37 | 34 | 50 | 61 |
| Binary | 10110000 | 1111010 | 1001011 | 0 | 11111 | 111001 | 11111 | 11100 | 101000 | 110001 |
Color Harmonies of #B07A4B
Complementary color
Monochromatic Colors of #B07A4B
Black with #B07A4B
Text Example
Text Example
White with #B07A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07A4B; }
p { color: rgb(176,122,75); }
H1.HeaderClassName
{
color: #B07A4B;
}
.AnyTagClassName
{
color: #B07A4B;
}
</style>
background-color css
<style>
a { background-color: #B07A4B; }
a { background-color: rgb(176,122,75); }
div.DivClassName
{
background-color: #B07A4B;
}
.BgClassName
{
background-color: #B07A4B;
}
</style>
border-color css
<style>
span { border-color: #B07A4B; }
span { border-color: rgb(176,122,75); }
td.TdClassName
{
border-color: #B07A4B;
}
.TagClassName
{
border-color: #B07A4B;
}
</style>