#B57E48

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

Shades of Brandy Punch #B57E48

Tints of Brandy Punch #B57E48

Color information

#B57E48 (or 0xB57E48) is unknown color: approx Brandy Punch. HEX triplet: B5, 7E and 48. RGB value is (181,126,72). Sum of RGB (Red+Green+Blue) = 181+126+72=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 72 (28.52% from 255 or 19.00% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57E48 is #4A81B7. Grayscale: #888888. Windows color (decimal): -4882872 or 4751029. OLE color: 4751029.

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

Color convert

RGB18112672-
CMYK00.300.600.29
HSL29.72º43.08%49.61%-
HSV(B)29.72º60.22%70.98%-
XYZ27.6925.219.54-
YUV136.2991.72159.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.76%
GREEN value IS 126 (49.61% from 255) = 33.25%
BLUE value IS 72 (28.52% from 255) = 19.00%
R=47.76%
G=33.25%
B=19.00%

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
Decimal1811267200.300.600.2929.7243.0849.61
HexB57E4801E3C1D1e2b32
Octal2651761100367435365362
Binary10110101111111010010000111101111001110111110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57E48; }

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

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

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

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

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

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

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

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