Shades of Muddy Waters #B0874C
Tints of Muddy Waters #B0874C
RGB
CMYK
RGB Variations
Color information
#B0874C (or 0xB0874C) is known color: Muddy Waters. HEX triplet: B0, 87 and 4C. RGB value is (176,135,76). Sum of RGB (Red+Green+Blue) = 176+135+76=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 76 (30.08% from 255 or 19.64% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B0874C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0874C is #4F78B3. Grayscale: #8C8C8C. Windows color (decimal): -5208244 or 5015472. OLE color: 5015472.
HSL color Cylindrical-coordinate representation of color #B0874C: hue angle of 35.4º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B0874C is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 135 | 76 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.31 |
| HSL | 35.4º | 0.4% | 0.49% | - |
| HSV(B) | 35.4º | 0.57% | 0.69% | - |
| XYZ | 27.87 | 27.08 | 10.6 | - |
| YUV | 140.53 | 91.58 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 135 | 76 | 0 | 0.23 | 0.57 | 0.31 | 35.4 | 0.4 | 0.49 |
| Hex | B0 | 87 | 4C | 0 | 17 | 39 | 1F | 23 | 28 | 31 |
| Octal | 260 | 207 | 114 | 0 | 27 | 71 | 37 | 43 | 50 | 61 |
| Binary | 10110000 | 10000111 | 1001100 | 0 | 10111 | 111001 | 11111 | 100011 | 101000 | 110001 |
Color Harmonies of #B0874C
Complementary color
Monochromatic Colors of #B0874C
Black with #B0874C
Text Example
Text Example
White with #B0874C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0874C; }
p { color: rgb(176,135,76); }
H1.HeaderClassName
{
color: #B0874C;
}
.AnyTagClassName
{
color: #B0874C;
}
</style>
background-color css
<style>
a { background-color: #B0874C; }
a { background-color: rgb(176,135,76); }
div.DivClassName
{
background-color: #B0874C;
}
.BgClassName
{
background-color: #B0874C;
}
</style>
border-color css
<style>
span { border-color: #B0874C; }
span { border-color: rgb(176,135,76); }
td.TdClassName
{
border-color: #B0874C;
}
.TagClassName
{
border-color: #B0874C;
}
</style>