Shades of Muddy Waters #B68255
Tints of Muddy Waters #B68255
RGB
CMYK
RGB Variations
Color information
#B68255 (or 0xB68255) is known color: Muddy Waters. HEX triplet: B6, 82 and 55. RGB value is (182,130,85). Sum of RGB (Red+Green+Blue) = 182+130+85=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 85 (33.59% from 255 or 21.41% from 397); Max value from RGB is 182 - color contains mainly: red. Hex color #B68255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68255 is #497DAA. Grayscale: #8C8C8C. Windows color (decimal): -4816299 or 5604022. OLE color: 5604022.
HSL color Cylindrical-coordinate representation of color #B68255: hue angle of 27.84º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B68255 is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 130 | 85 | - |
| CMYK | 0 | 0.29 | 0.53 | 0.29 |
| HSL | 27.84º | 0.4% | 0.52% | - |
| HSV(B) | 27.84º | 0.53% | 0.71% | - |
| XYZ | 28.91 | 26.57 | 12.2 | - |
| YUV | 140.42 | 96.73 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 130 | 85 | 0 | 0.29 | 0.53 | 0.29 | 27.84 | 0.4 | 0.52 |
| Hex | B6 | 82 | 55 | 0 | 1D | 35 | 1D | 1C | 28 | 34 |
| Octal | 266 | 202 | 125 | 0 | 35 | 65 | 35 | 34 | 50 | 64 |
| Binary | 10110110 | 10000010 | 1010101 | 0 | 11101 | 110101 | 11101 | 11100 | 101000 | 110100 |
Color Harmonies of #B68255
Complementary color
Monochromatic Colors of #B68255
Black with #B68255
Text Example
Text Example
White with #B68255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68255; }
p { color: rgb(182,130,85); }
H1.HeaderClassName
{
color: #B68255;
}
.AnyTagClassName
{
color: #B68255;
}
</style>
background-color css
<style>
a { background-color: #B68255; }
a { background-color: rgb(182,130,85); }
div.DivClassName
{
background-color: #B68255;
}
.BgClassName
{
background-color: #B68255;
}
</style>
border-color css
<style>
span { border-color: #B68255; }
span { border-color: rgb(182,130,85); }
td.TdClassName
{
border-color: #B68255;
}
.TagClassName
{
border-color: #B68255;
}
</style>