#B18348

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

Shades of Muddy Waters #B18348

Tints of Muddy Waters #B18348

Color information

#B18348 (or 0xB18348) is unknown color: approx Muddy Waters. HEX triplet: B1, 83 and 48. RGB value is (177,131,72). Sum of RGB (Red+Green+Blue) = 177+131+72=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 72 (28.52% from 255 or 18.95% from 380); Max value from RGB is 177 - color contains mainly: red. Hex color #B18348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18348 is #4E7CB7. Grayscale: #8A8A8A. Windows color (decimal): -5143736 or 4752305. OLE color: 4752305.

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

Color convert

RGB17713172-
CMYK00.260.590.31
HSL33.71º42.17%48.82%-
HSV(B)33.71º59.32%69.41%-
XYZ27.4226.059.71-
YUV138.0390.74155.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.58%
GREEN value IS 131 (51.56% from 255) = 34.47%
BLUE value IS 72 (28.52% from 255) = 18.95%
R=46.58%
G=34.47%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771317200.260.590.3133.7142.1748.82
HexB1834801A3B1F222a31
Octal2612031100327337425261
Binary1011000110000011100100001101011101111111100010101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18348; }

 p { color: rgb(177,131,72); }

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

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

 a { background-color: rgb(177,131,72); }

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

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

 span { border-color: rgb(177,131,72); }

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