#B37B4E

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

Shades of Muddy Waters #B37B4E

Tints of Muddy Waters #B37B4E

Color information

#B37B4E (or 0xB37B4E) is unknown color: approx Muddy Waters. HEX triplet: B3, 7B and 4E. RGB value is (179,123,78). Sum of RGB (Red+Green+Blue) = 179+123+78=380 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.11% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 78 (30.86% from 255 or 20.53% from 380); Max value from RGB is 179 - color contains mainly: red. Hex color #B37B4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37B4E is #4C84B1. Grayscale: #868686. Windows color (decimal): -5014706 or 5143475. OLE color: 5143475.

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

Color convert

RGB17912378-
CMYK00.310.560.30
HSL26.73º39.92%50.39%-
HSV(B)26.73º56.42%70.2%-
XYZ27.0524.310.47-
YUV134.6196.05159.66-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.11%
GREEN value IS 123 (48.44% from 255) = 32.37%
BLUE value IS 78 (30.86% from 255) = 20.53%
R=47.11%
G=32.37%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791237800.310.560.3026.7339.9250.39
HexB37B4E01F381E1b2832
Octal2631731160377036335062
Binary10110011111101110011100111111110001111011011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37B4E; }

 p { color: rgb(179,123,78); }

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

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

 a { background-color: rgb(179,123,78); }

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

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

 span { border-color: rgb(179,123,78); }

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