Shades of Muddy Waters #B08453
Tints of Muddy Waters #B08453
RGB
CMYK
RGB Variations
Color information
#B08453 (or 0xB08453) is known color: Muddy Waters. HEX triplet: B0, 84 and 53. RGB value is (176,132,83). Sum of RGB (Red+Green+Blue) = 176+132+83=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 83 (32.81% from 255 or 21.23% from 391); Max value from RGB is 176 - color contains mainly: red. Hex color #B08453 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08453 is #4F7BAC. Grayscale: #8B8B8B. Windows color (decimal): -5209005 or 5473456. OLE color: 5473456.
HSL color Cylindrical-coordinate representation of color #B08453: hue angle of 31.61º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B08453 is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 132 | 83 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.31 |
| HSL | 31.61º | 0.37% | 0.51% | - |
| HSV(B) | 31.61º | 0.53% | 0.69% | - |
| XYZ | 27.72 | 26.36 | 11.81 | - |
| YUV | 139.57 | 96.08 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 132 | 83 | 0 | 0.25 | 0.53 | 0.31 | 31.61 | 0.37 | 0.51 |
| Hex | B0 | 84 | 53 | 0 | 19 | 35 | 1F | 20 | 25 | 33 |
| Octal | 260 | 204 | 123 | 0 | 31 | 65 | 37 | 40 | 45 | 63 |
| Binary | 10110000 | 10000100 | 1010011 | 0 | 11001 | 110101 | 11111 | 100000 | 100101 | 110011 |
Color Harmonies of #B08453
Complementary color
Monochromatic Colors of #B08453
Black with #B08453
Text Example
Text Example
White with #B08453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08453; }
p { color: rgb(176,132,83); }
H1.HeaderClassName
{
color: #B08453;
}
.AnyTagClassName
{
color: #B08453;
}
</style>
background-color css
<style>
a { background-color: #B08453; }
a { background-color: rgb(176,132,83); }
div.DivClassName
{
background-color: #B08453;
}
.BgClassName
{
background-color: #B08453;
}
</style>
border-color css
<style>
span { border-color: #B08453; }
span { border-color: rgb(176,132,83); }
td.TdClassName
{
border-color: #B08453;
}
.TagClassName
{
border-color: #B08453;
}
</style>