Shades of Muddy Waters #B48250
Tints of Muddy Waters #B48250
RGB
CMYK
RGB Variations
Color information
#B48250 (or 0xB48250) is known color: Muddy Waters. HEX triplet: B4, 82 and 50. RGB value is (180,130,80). Sum of RGB (Red+Green+Blue) = 180+130+80=390 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.15% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 80 (31.64% from 255 or 20.51% from 390); Max value from RGB is 180 - color contains mainly: red. Hex color #B48250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48250 is #4B7DAF. Grayscale: #8B8B8B. Windows color (decimal): -4947376 or 5276340. OLE color: 5276340.
HSL color Cylindrical-coordinate representation of color #B48250: hue angle of 30º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B48250 is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 130 | 80 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.29 |
| HSL | 30º | 0.4% | 0.51% | - |
| HSV(B) | 30º | 0.56% | 0.71% | - |
| XYZ | 28.25 | 26.25 | 11.17 | - |
| YUV | 139.25 | 94.57 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 130 | 80 | 0 | 0.28 | 0.56 | 0.29 | 30 | 0.4 | 0.51 |
| Hex | B4 | 82 | 50 | 0 | 1C | 38 | 1D | 1E | 28 | 33 |
| Octal | 264 | 202 | 120 | 0 | 34 | 70 | 35 | 36 | 50 | 63 |
| Binary | 10110100 | 10000010 | 1010000 | 0 | 11100 | 111000 | 11101 | 11110 | 101000 | 110011 |
Color Harmonies of #B48250
Complementary color
Monochromatic Colors of #B48250
Black with #B48250
Text Example
Text Example
White with #B48250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48250; }
p { color: rgb(180,130,80); }
H1.HeaderClassName
{
color: #B48250;
}
.AnyTagClassName
{
color: #B48250;
}
</style>
background-color css
<style>
a { background-color: #B48250; }
a { background-color: rgb(180,130,80); }
div.DivClassName
{
background-color: #B48250;
}
.BgClassName
{
background-color: #B48250;
}
</style>
border-color css
<style>
span { border-color: #B48250; }
span { border-color: rgb(180,130,80); }
td.TdClassName
{
border-color: #B48250;
}
.TagClassName
{
border-color: #B48250;
}
</style>