#B37E4E

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

Shades of Muddy Waters #B37E4E

Tints of Muddy Waters #B37E4E

Color information

#B37E4E (or 0xB37E4E) is unknown color: approx Muddy Waters. HEX triplet: B3, 7E and 4E. RGB value is (179,126,78). Sum of RGB (Red+Green+Blue) = 179+126+78=383 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.74% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 78 (30.86% from 255 or 20.37% from 383); Max value from RGB is 179 - color contains mainly: red. Hex color #B37E4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37E4E is #4C81B1. Grayscale: #888888. Windows color (decimal): -5013938 or 5144243. OLE color: 5144243.

HSL color Cylindrical-coordinate representation of color #B37E4E: hue angle of 28.51º 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 #B37E4E is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.30.

Color convert

RGB17912678-
CMYK00.300.560.30
HSL28.51º39.92%50.39%-
HSV(B)28.51º56.42%70.2%-
XYZ27.4325.0610.6-
YUV136.3895.06158.4-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.74%
GREEN value IS 126 (49.61% from 255) = 32.90%
BLUE value IS 78 (30.86% from 255) = 20.37%
R=46.74%
G=32.90%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791267800.300.560.3028.5139.9250.39
HexB37E4E01E381E1d2832
Octal2631761160367036355062
Binary10110011111111010011100111101110001111011101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37E4E; }

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

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

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

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

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

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

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

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