Shades of Muddy Waters #B78255
Tints of Muddy Waters #B78255
RGB
CMYK
RGB Variations
Color information
#B78255 (or 0xB78255) is known color: Muddy Waters. HEX triplet: B7, 82 and 55. RGB value is (183,130,85). Sum of RGB (Red+Green+Blue) = 183+130+85=398 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.98% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 85 (33.59% from 255 or 21.36% from 398); Max value from RGB is 183 - color contains mainly: red. Hex color #B78255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78255 is #487DAA. Grayscale: #8C8C8C. Windows color (decimal): -4750763 or 5604023. OLE color: 5604023.
HSL color Cylindrical-coordinate representation of color #B78255: hue angle of 27.55º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B78255 is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 130 | 85 | - |
| CMYK | 0 | 0.29 | 0.54 | 0.28 |
| HSL | 27.55º | 0.4% | 0.53% | - |
| HSV(B) | 27.55º | 0.54% | 0.72% | - |
| XYZ | 29.15 | 26.69 | 12.21 | - |
| YUV | 140.72 | 96.56 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 130 | 85 | 0 | 0.29 | 0.54 | 0.28 | 27.55 | 0.4 | 0.53 |
| Hex | B7 | 82 | 55 | 0 | 1D | 36 | 1C | 1C | 28 | 35 |
| Octal | 267 | 202 | 125 | 0 | 35 | 66 | 34 | 34 | 50 | 65 |
| Binary | 10110111 | 10000010 | 1010101 | 0 | 11101 | 110110 | 11100 | 11100 | 101000 | 110101 |
Color Harmonies of #B78255
Complementary color
Monochromatic Colors of #B78255
Black with #B78255
Text Example
Text Example
White with #B78255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78255; }
p { color: rgb(183,130,85); }
H1.HeaderClassName
{
color: #B78255;
}
.AnyTagClassName
{
color: #B78255;
}
</style>
background-color css
<style>
a { background-color: #B78255; }
a { background-color: rgb(183,130,85); }
div.DivClassName
{
background-color: #B78255;
}
.BgClassName
{
background-color: #B78255;
}
</style>
border-color css
<style>
span { border-color: #B78255; }
span { border-color: rgb(183,130,85); }
td.TdClassName
{
border-color: #B78255;
}
.TagClassName
{
border-color: #B78255;
}
</style>