#B18249

Color #B18249 Muddy Waters (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Muddy Waters #B18249

Tints of Muddy Waters #B18249

Color information

#B18249 (or 0xB18249) is unknown color: approx Muddy Waters. HEX triplet: B1, 82 and 49. RGB value is (177,130,73). Sum of RGB (Red+Green+Blue) = 177+130+73=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 130 (51.17% from 255 or 34.21% from 380); Blue value is 73 (28.91% from 255 or 19.21% from 380); Max value from RGB is 177 - color contains mainly: red. Hex color #B18249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18249 is #4E7DB6. Grayscale: #898989. Windows color (decimal): -5143991 or 4817585. OLE color: 4817585.

HSL color Cylindrical-coordinate representation of color #B18249: hue angle of 32.88º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B18249 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB17713073-
CMYK00.270.590.31
HSL32.88º41.6%49.02%-
HSV(B)32.88º58.76%69.41%-
XYZ27.3225.799.84-
YUV137.5691.57156.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 46.58%
GREEN value IS 130 (51.17% from 255) = 34.21%
BLUE value IS 73 (28.91% from 255) = 19.21%
R=46.58%
G=34.21%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771307300.270.590.3132.8841.649.02
HexB1824901B3B1F212a31
Octal2612021110337337415261
Binary1011000110000010100100101101111101111111100001101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18249; }

 p { color: rgb(177,130,73); }

 H1.HeaderClassName
 {
   color: #B18249;
 }
 .AnyTagClassName
 {
   color: #B18249;
 }
</style>
background-color css

<style>
 a { background-color: #B18249; }

 a { background-color: rgb(177,130,73); }

 div.DivClassName
 {
   background-color: #B18249;
 }
 .BgClassName
 {
   background-color: #B18249;
 }
</style>
border-color css

<style>
 span { border-color: #B18249; }

 span { border-color: rgb(177,130,73); }

 td.TdClassName
 {
   border-color: #B18249;
 }
 .TagClassName
 {
   border-color: #B18249;
 }
</style>