#B18246

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

Shades of Muddy Waters #B18246

Tints of Muddy Waters #B18246

Color information

#B18246 (or 0xB18246) is unknown color: approx Muddy Waters. HEX triplet: B1, 82 and 46. RGB value is (177,130,70). Sum of RGB (Red+Green+Blue) = 177+130+70=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 70 (27.73% from 255 or 18.57% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B18246 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18246 is #4E7DB9. Grayscale: #898989. Windows color (decimal): -5143994 or 4620977. OLE color: 4620977.

HSL color Cylindrical-coordinate representation of color #B18246: hue angle of 33.64º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B18246 is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB17713070-
CMYK00.270.600.31
HSL33.64º43.32%48.43%-
HSV(B)33.64º60.45%69.41%-
XYZ27.2225.759.33-
YUV137.2190.07156.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.95%
GREEN value IS 130 (51.17% from 255) = 34.48%
BLUE value IS 70 (27.73% from 255) = 18.57%
R=46.95%
G=34.48%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771307000.270.600.3133.6443.3248.43
HexB1824601B3C1F222b30
Octal2612021060337437425360
Binary1011000110000010100011001101111110011111100010101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18246; }

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

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

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

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

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

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

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

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