Shades of Muddy Waters #B08250
Tints of Muddy Waters #B08250
RGB
CMYK
RGB Variations
Color information
#B08250 (or 0xB08250) is known color: Muddy Waters. HEX triplet: B0, 82 and 50. RGB value is (176,130,80). Sum of RGB (Red+Green+Blue) = 176+130+80=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 176 - color contains mainly: red. Hex color #B08250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08250 is #4F7DAF. Grayscale: #8A8A8A. Windows color (decimal): -5209520 or 5276336. OLE color: 5276336.
HSL color Cylindrical-coordinate representation of color #B08250: hue angle of 31.25º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B08250 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 130 | 80 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.31 |
| HSL | 31.25º | 0.38% | 0.5% | - |
| HSV(B) | 31.25º | 0.55% | 0.69% | - |
| XYZ | 27.34 | 25.77 | 11.12 | - |
| YUV | 138.05 | 95.24 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 130 | 80 | 0 | 0.26 | 0.55 | 0.31 | 31.25 | 0.38 | 0.5 |
| Hex | B0 | 82 | 50 | 0 | 1A | 37 | 1F | 1F | 26 | 32 |
| Octal | 260 | 202 | 120 | 0 | 32 | 67 | 37 | 37 | 46 | 62 |
| Binary | 10110000 | 10000010 | 1010000 | 0 | 11010 | 110111 | 11111 | 11111 | 100110 | 110010 |
Color Harmonies of #B08250
Complementary color
Monochromatic Colors of #B08250
Black with #B08250
Text Example
Text Example
White with #B08250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08250; }
p { color: rgb(176,130,80); }
H1.HeaderClassName
{
color: #B08250;
}
.AnyTagClassName
{
color: #B08250;
}
</style>
background-color css
<style>
a { background-color: #B08250; }
a { background-color: rgb(176,130,80); }
div.DivClassName
{
background-color: #B08250;
}
.BgClassName
{
background-color: #B08250;
}
</style>
border-color css
<style>
span { border-color: #B08250; }
span { border-color: rgb(176,130,80); }
td.TdClassName
{
border-color: #B08250;
}
.TagClassName
{
border-color: #B08250;
}
</style>