Shades of Muddy Waters #B28053
Tints of Muddy Waters #B28053
RGB
CMYK
RGB Variations
Color information
#B28053 (or 0xB28053) is known color: Muddy Waters. HEX triplet: B2, 80 and 53. RGB value is (178,128,83). Sum of RGB (Red+Green+Blue) = 178+128+83=389 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.76% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 83 (32.81% from 255 or 21.34% from 389); Max value from RGB is 178 - color contains mainly: red. Hex color #B28053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28053 is #4D7FAC. Grayscale: #8A8A8A. Windows color (decimal): -5078957 or 5472434. OLE color: 5472434.
HSL color Cylindrical-coordinate representation of color #B28053: hue angle of 28.42º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B28053 is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 128 | 83 | - |
| CMYK | 0 | 0.28 | 0.53 | 0.30 |
| HSL | 28.42º | 0.38% | 0.51% | - |
| HSV(B) | 28.42º | 0.53% | 0.7% | - |
| XYZ | 27.64 | 25.53 | 11.65 | - |
| YUV | 137.82 | 97.07 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 128 | 83 | 0 | 0.28 | 0.53 | 0.30 | 28.42 | 0.38 | 0.51 |
| Hex | B2 | 80 | 53 | 0 | 1C | 35 | 1E | 1C | 26 | 33 |
| Octal | 262 | 200 | 123 | 0 | 34 | 65 | 36 | 34 | 46 | 63 |
| Binary | 10110010 | 10000000 | 1010011 | 0 | 11100 | 110101 | 11110 | 11100 | 100110 | 110011 |
Color Harmonies of #B28053
Complementary color
Monochromatic Colors of #B28053
Black with #B28053
Text Example
Text Example
White with #B28053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28053; }
p { color: rgb(178,128,83); }
H1.HeaderClassName
{
color: #B28053;
}
.AnyTagClassName
{
color: #B28053;
}
</style>
background-color css
<style>
a { background-color: #B28053; }
a { background-color: rgb(178,128,83); }
div.DivClassName
{
background-color: #B28053;
}
.BgClassName
{
background-color: #B28053;
}
</style>
border-color css
<style>
span { border-color: #B28053; }
span { border-color: rgb(178,128,83); }
td.TdClassName
{
border-color: #B28053;
}
.TagClassName
{
border-color: #B28053;
}
</style>