Shades of Muddy Waters #B28452
Tints of Muddy Waters #B28452
RGB
CMYK
RGB Variations
Color information
#B28452 (or 0xB28452) is known color: Muddy Waters. HEX triplet: B2, 84 and 52. RGB value is (178,132,82). Sum of RGB (Red+Green+Blue) = 178+132+82=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 82 (32.42% from 255 or 20.92% from 392); Max value from RGB is 178 - color contains mainly: red. Hex color #B28452 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28452 is #4D7BAD. Grayscale: #8C8C8C. Windows color (decimal): -5077934 or 5407922. OLE color: 5407922.
HSL color Cylindrical-coordinate representation of color #B28452: hue angle of 31.25º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B28452 is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 132 | 82 | - |
| CMYK | 0 | 0.26 | 0.54 | 0.30 |
| HSL | 31.25º | 0.38% | 0.51% | - |
| HSV(B) | 31.25º | 0.54% | 0.7% | - |
| XYZ | 28.13 | 26.58 | 11.63 | - |
| YUV | 140.05 | 95.24 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 132 | 82 | 0 | 0.26 | 0.54 | 0.30 | 31.25 | 0.38 | 0.51 |
| Hex | B2 | 84 | 52 | 0 | 1A | 36 | 1E | 1F | 26 | 33 |
| Octal | 262 | 204 | 122 | 0 | 32 | 66 | 36 | 37 | 46 | 63 |
| Binary | 10110010 | 10000100 | 1010010 | 0 | 11010 | 110110 | 11110 | 11111 | 100110 | 110011 |
Color Harmonies of #B28452
Complementary color
Monochromatic Colors of #B28452
Black with #B28452
Text Example
Text Example
White with #B28452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28452; }
p { color: rgb(178,132,82); }
H1.HeaderClassName
{
color: #B28452;
}
.AnyTagClassName
{
color: #B28452;
}
</style>
background-color css
<style>
a { background-color: #B28452; }
a { background-color: rgb(178,132,82); }
div.DivClassName
{
background-color: #B28452;
}
.BgClassName
{
background-color: #B28452;
}
</style>
border-color css
<style>
span { border-color: #B28452; }
span { border-color: rgb(178,132,82); }
td.TdClassName
{
border-color: #B28452;
}
.TagClassName
{
border-color: #B28452;
}
</style>