Shades of Muddy Waters #B88153
Tints of Muddy Waters #B88153
RGB
CMYK
RGB Variations
Color information
#B88153 (or 0xB88153) is known color: Muddy Waters. HEX triplet: B8, 81 and 53. RGB value is (184,129,83). Sum of RGB (Red+Green+Blue) = 184+129+83=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 129 (50.78% from 255 or 32.58% from 396); Blue value is 83 (32.81% from 255 or 20.96% from 396); Max value from RGB is 184 - color contains mainly: red. Hex color #B88153 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88153 is #477EAC. Grayscale: #8C8C8C. Windows color (decimal): -4685485 or 5472696. OLE color: 5472696.
HSL color Cylindrical-coordinate representation of color #B88153: hue angle of 27.33º 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 #B88153 is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 129 | 83 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.28 |
| HSL | 27.33º | 0.42% | 0.52% | - |
| HSV(B) | 27.33º | 0.55% | 0.72% | - |
| XYZ | 29.18 | 26.52 | 11.76 | - |
| YUV | 140.2 | 95.72 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 129 | 83 | 0 | 0.30 | 0.55 | 0.28 | 27.33 | 0.42 | 0.52 |
| Hex | B8 | 81 | 53 | 0 | 1E | 37 | 1C | 1B | 2A | 34 |
| Octal | 270 | 201 | 123 | 0 | 36 | 67 | 34 | 33 | 52 | 64 |
| Binary | 10111000 | 10000001 | 1010011 | 0 | 11110 | 110111 | 11100 | 11011 | 101010 | 110100 |
Color Harmonies of #B88153
Complementary color
Monochromatic Colors of #B88153
Black with #B88153
Text Example
Text Example
White with #B88153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88153; }
p { color: rgb(184,129,83); }
H1.HeaderClassName
{
color: #B88153;
}
.AnyTagClassName
{
color: #B88153;
}
</style>
background-color css
<style>
a { background-color: #B88153; }
a { background-color: rgb(184,129,83); }
div.DivClassName
{
background-color: #B88153;
}
.BgClassName
{
background-color: #B88153;
}
</style>
border-color css
<style>
span { border-color: #B88153; }
span { border-color: rgb(184,129,83); }
td.TdClassName
{
border-color: #B88153;
}
.TagClassName
{
border-color: #B88153;
}
</style>