#B57E49

Color #B57E49 Brandy Punch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Punch #B57E49

Tints of Brandy Punch #B57E49

Color information

#B57E49 (or 0xB57E49) is unknown color: approx Brandy Punch. HEX triplet: B5, 7E and 49. RGB value is (181,126,73). Sum of RGB (Red+Green+Blue) = 181+126+73=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 73 (28.91% from 255 or 19.21% from 380); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57E49 is #4A81B6. Grayscale: #888888. Windows color (decimal): -4882871 or 4816565. OLE color: 4816565.

HSL color Cylindrical-coordinate representation of color #B57E49: hue angle of 29.44º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B57E49 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB18112673-
CMYK00.300.600.29
HSL29.44º42.52%49.8%-
HSV(B)29.44º59.67%70.98%-
XYZ27.7225.239.71-
YUV136.492.22159.81-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.63%
GREEN value IS 126 (49.61% from 255) = 33.16%
BLUE value IS 73 (28.91% from 255) = 19.21%
R=47.63%
G=33.16%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811267300.300.600.2929.4442.5249.8
HexB57E4901E3C1D1d2b32
Octal2651761110367435355362
Binary10110101111111010010010111101111001110111101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57E49; }

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

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

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

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

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

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

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

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