Shades of Muddy Waters #B68256
Tints of Muddy Waters #B68256
RGB
CMYK
RGB Variations
Color information
#B68256 (or 0xB68256) is known color: Muddy Waters. HEX triplet: B6, 82 and 56. RGB value is (182,130,86). Sum of RGB (Red+Green+Blue) = 182+130+86=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 86 (33.98% from 255 or 21.61% from 398); Max value from RGB is 182 - color contains mainly: red. Hex color #B68256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68256 is #497DA9. Grayscale: #8C8C8C. Windows color (decimal): -4816298 or 5669558. OLE color: 5669558.
HSL color Cylindrical-coordinate representation of color #B68256: hue angle of 27.5º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B68256 is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 130 | 86 | - |
| CMYK | 0 | 0.29 | 0.53 | 0.29 |
| HSL | 27.5º | 0.4% | 0.53% | - |
| HSV(B) | 27.5º | 0.53% | 0.71% | - |
| XYZ | 28.95 | 26.58 | 12.41 | - |
| YUV | 140.53 | 97.23 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 130 | 86 | 0 | 0.29 | 0.53 | 0.29 | 27.5 | 0.4 | 0.53 |
| Hex | B6 | 82 | 56 | 0 | 1D | 35 | 1D | 1C | 28 | 35 |
| Octal | 266 | 202 | 126 | 0 | 35 | 65 | 35 | 34 | 50 | 65 |
| Binary | 10110110 | 10000010 | 1010110 | 0 | 11101 | 110101 | 11101 | 11100 | 101000 | 110101 |
Color Harmonies of #B68256
Complementary color
Monochromatic Colors of #B68256
Black with #B68256
Text Example
Text Example
White with #B68256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68256; }
p { color: rgb(182,130,86); }
H1.HeaderClassName
{
color: #B68256;
}
.AnyTagClassName
{
color: #B68256;
}
</style>
background-color css
<style>
a { background-color: #B68256; }
a { background-color: rgb(182,130,86); }
div.DivClassName
{
background-color: #B68256;
}
.BgClassName
{
background-color: #B68256;
}
</style>
border-color css
<style>
span { border-color: #B68256; }
span { border-color: rgb(182,130,86); }
td.TdClassName
{
border-color: #B68256;
}
.TagClassName
{
border-color: #B68256;
}
</style>