Shades of Muddy Waters #B68450
Tints of Muddy Waters #B68450
RGB
CMYK
RGB Variations
Color information
#B68450 (or 0xB68450) is known color: Muddy Waters. HEX triplet: B6, 84 and 50. RGB value is (182,132,80). Sum of RGB (Red+Green+Blue) = 182+132+80=394 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.19% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 182 - color contains mainly: red. Hex color #B68450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68450 is #497BAF. Grayscale: #8D8D8D. Windows color (decimal): -4815792 or 5276854. OLE color: 5276854.
HSL color Cylindrical-coordinate representation of color #B68450: hue angle of 30.59º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B68450 is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 132 | 80 | - |
| CMYK | 0 | 0.27 | 0.56 | 0.29 |
| HSL | 30.59º | 0.41% | 0.51% | - |
| HSV(B) | 30.59º | 0.56% | 0.71% | - |
| XYZ | 28.99 | 27.03 | 11.28 | - |
| YUV | 141.02 | 93.57 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 132 | 80 | 0 | 0.27 | 0.56 | 0.29 | 30.59 | 0.41 | 0.51 |
| Hex | B6 | 84 | 50 | 0 | 1B | 38 | 1D | 1F | 29 | 33 |
| Octal | 266 | 204 | 120 | 0 | 33 | 70 | 35 | 37 | 51 | 63 |
| Binary | 10110110 | 10000100 | 1010000 | 0 | 11011 | 111000 | 11101 | 11111 | 101001 | 110011 |
Color Harmonies of #B68450
Complementary color
Monochromatic Colors of #B68450
Black with #B68450
Text Example
Text Example
White with #B68450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68450; }
p { color: rgb(182,132,80); }
H1.HeaderClassName
{
color: #B68450;
}
.AnyTagClassName
{
color: #B68450;
}
</style>
background-color css
<style>
a { background-color: #B68450; }
a { background-color: rgb(182,132,80); }
div.DivClassName
{
background-color: #B68450;
}
.BgClassName
{
background-color: #B68450;
}
</style>
border-color css
<style>
span { border-color: #B68450; }
span { border-color: rgb(182,132,80); }
td.TdClassName
{
border-color: #B68450;
}
.TagClassName
{
border-color: #B68450;
}
</style>