#B37E4C

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

Shades of Muddy Waters #B37E4C

Tints of Muddy Waters #B37E4C

Color information

#B37E4C (or 0xB37E4C) is unknown color: approx Muddy Waters. HEX triplet: B3, 7E and 4C. RGB value is (179,126,76). Sum of RGB (Red+Green+Blue) = 179+126+76=381 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.98% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 179 - color contains mainly: red. Hex color #B37E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37E4C is #4C81B3. Grayscale: #888888. Windows color (decimal): -5013940 or 5013171. OLE color: 5013171.

HSL color Cylindrical-coordinate representation of color #B37E4C: hue angle of 29.13º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B37E4C is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB17912676-
CMYK00.300.580.30
HSL29.13º40.39%50%-
HSV(B)29.13º57.54%70.2%-
XYZ27.3625.0310.23-
YUV136.1594.06158.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.98%
GREEN value IS 126 (49.61% from 255) = 33.07%
BLUE value IS 76 (30.08% from 255) = 19.95%
R=46.98%
G=33.07%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791267600.300.580.3029.1340.3950
HexB37E4C01E3A1E1d2832
Octal2631761140367236355062
Binary10110011111111010011000111101110101111011101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37E4C; }

 p { color: rgb(179,126,76); }

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

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

 a { background-color: rgb(179,126,76); }

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

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

 span { border-color: rgb(179,126,76); }

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