#B57E4E

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

Shades of Muddy Waters #B57E4E

Tints of Muddy Waters #B57E4E

Color information

#B57E4E (or 0xB57E4E) is unknown color: approx Muddy Waters. HEX triplet: B5, 7E and 4E. RGB value is (181,126,78). Sum of RGB (Red+Green+Blue) = 181+126+78=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 78 (30.86% from 255 or 20.26% from 385); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57E4E is #4A81B1. Grayscale: #898989. Windows color (decimal): -4882866 or 5144245. OLE color: 5144245.

HSL color Cylindrical-coordinate representation of color #B57E4E: hue angle of 27.96º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B57E4E is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB18112678-
CMYK00.300.570.29
HSL27.96º41.04%50.78%-
HSV(B)27.96º56.91%70.98%-
XYZ27.8925.310.62-
YUV136.9794.72159.4-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.01%
GREEN value IS 126 (49.61% from 255) = 32.73%
BLUE value IS 78 (30.86% from 255) = 20.26%
R=47.01%
G=32.73%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811267800.300.570.2927.9641.0450.78
HexB57E4E01E391D1c2933
Octal2651761160367135345163
Binary10110101111111010011100111101110011110111100101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57E4E; }

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

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

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

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

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

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

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

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