#B18849

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

Shades of Muddy Waters #B18849

Tints of Muddy Waters #B18849

Color information

#B18849 (or 0xB18849) is unknown color: approx Muddy Waters. HEX triplet: B1, 88 and 49. RGB value is (177,136,73). Sum of RGB (Red+Green+Blue) = 177+136+73=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 73 (28.91% from 255 or 18.91% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B18849 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18849 is #4E77B6. Grayscale: #8D8D8D. Windows color (decimal): -5142455 or 4819121. OLE color: 4819121.

HSL color Cylindrical-coordinate representation of color #B18849: hue angle of 36.35º 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 #B18849 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB17713673-
CMYK00.230.590.31
HSL36.35º41.6%49.02%-
HSV(B)36.35º58.76%69.41%-
XYZ28.1427.4410.12-
YUV141.0889.58153.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.85%
GREEN value IS 136 (53.52% from 255) = 35.23%
BLUE value IS 73 (28.91% from 255) = 18.91%
R=45.85%
G=35.23%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771367300.230.590.3136.3541.649.02
HexB188490173B1F242a31
Octal2612101110277337445261
Binary1011000110001000100100101011111101111111100100101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18849; }

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

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

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

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

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

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

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

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