Shades of Muddy Waters #B88053
Tints of Muddy Waters #B88053
RGB
CMYK
RGB Variations
Color information
#B88053 (or 0xB88053) is known color: Muddy Waters. HEX triplet: B8, 80 and 53. RGB value is (184,128,83). Sum of RGB (Red+Green+Blue) = 184+128+83=395 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.58% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 83 (32.81% from 255 or 21.01% from 395); Max value from RGB is 184 - color contains mainly: red. Hex color #B88053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88053 is #477FAC. Grayscale: #8B8B8B. Windows color (decimal): -4685741 or 5472440. OLE color: 5472440.
HSL color Cylindrical-coordinate representation of color #B88053: hue angle of 26.73º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B88053 is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 128 | 83 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.28 |
| HSL | 26.73º | 0.42% | 0.52% | - |
| HSV(B) | 26.73º | 0.55% | 0.72% | - |
| XYZ | 29.05 | 26.25 | 11.72 | - |
| YUV | 139.61 | 96.05 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 128 | 83 | 0 | 0.30 | 0.55 | 0.28 | 26.73 | 0.42 | 0.52 |
| Hex | B8 | 80 | 53 | 0 | 1E | 37 | 1C | 1B | 2A | 34 |
| Octal | 270 | 200 | 123 | 0 | 36 | 67 | 34 | 33 | 52 | 64 |
| Binary | 10111000 | 10000000 | 1010011 | 0 | 11110 | 110111 | 11100 | 11011 | 101010 | 110100 |
Color Harmonies of #B88053
Complementary color
Monochromatic Colors of #B88053
Black with #B88053
Text Example
Text Example
White with #B88053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88053; }
p { color: rgb(184,128,83); }
H1.HeaderClassName
{
color: #B88053;
}
.AnyTagClassName
{
color: #B88053;
}
</style>
background-color css
<style>
a { background-color: #B88053; }
a { background-color: rgb(184,128,83); }
div.DivClassName
{
background-color: #B88053;
}
.BgClassName
{
background-color: #B88053;
}
</style>
border-color css
<style>
span { border-color: #B88053; }
span { border-color: rgb(184,128,83); }
td.TdClassName
{
border-color: #B88053;
}
.TagClassName
{
border-color: #B88053;
}
</style>