Shades of Muddy Waters #B68053
Tints of Muddy Waters #B68053
RGB
CMYK
RGB Variations
Color information
#B68053 (or 0xB68053) is known color: Muddy Waters. HEX triplet: B6, 80 and 53. RGB value is (182,128,83). Sum of RGB (Red+Green+Blue) = 182+128+83=393 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.31% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 83 (32.81% from 255 or 21.12% from 393); Max value from RGB is 182 - color contains mainly: red. Hex color #B68053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68053 is #497FAC. Grayscale: #8B8B8B. Windows color (decimal): -4816813 or 5472438. OLE color: 5472438.
HSL color Cylindrical-coordinate representation of color #B68053: hue angle of 27.27º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B68053 is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 128 | 83 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.29 |
| HSL | 27.27º | 0.4% | 0.52% | - |
| HSV(B) | 27.27º | 0.54% | 0.71% | - |
| XYZ | 28.57 | 26.01 | 11.7 | - |
| YUV | 139.02 | 96.39 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 128 | 83 | 0 | 0.30 | 0.54 | 0.29 | 27.27 | 0.4 | 0.52 |
| Hex | B6 | 80 | 53 | 0 | 1E | 36 | 1D | 1B | 28 | 34 |
| Octal | 266 | 200 | 123 | 0 | 36 | 66 | 35 | 33 | 50 | 64 |
| Binary | 10110110 | 10000000 | 1010011 | 0 | 11110 | 110110 | 11101 | 11011 | 101000 | 110100 |
Color Harmonies of #B68053
Complementary color
Monochromatic Colors of #B68053
Black with #B68053
Text Example
Text Example
White with #B68053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68053; }
p { color: rgb(182,128,83); }
H1.HeaderClassName
{
color: #B68053;
}
.AnyTagClassName
{
color: #B68053;
}
</style>
background-color css
<style>
a { background-color: #B68053; }
a { background-color: rgb(182,128,83); }
div.DivClassName
{
background-color: #B68053;
}
.BgClassName
{
background-color: #B68053;
}
</style>
border-color css
<style>
span { border-color: #B68053; }
span { border-color: rgb(182,128,83); }
td.TdClassName
{
border-color: #B68053;
}
.TagClassName
{
border-color: #B68053;
}
</style>