#B57E3C

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

Shades of Brandy Punch #B57E3C

Tints of Brandy Punch #B57E3C

Color information

#B57E3C (or 0xB57E3C) is unknown color: approx Brandy Punch. HEX triplet: B5, 7E and 3C. RGB value is (181,126,60). Sum of RGB (Red+Green+Blue) = 181+126+60=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 126 (49.61% from 255 or 34.33% from 367); Blue value is 60 (23.83% from 255 or 16.35% from 367); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57E3C is #4A81C3. Grayscale: #878787. Windows color (decimal): -4882884 or 3964597. OLE color: 3964597.

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

Color convert

RGB18112660-
CMYK00.300.670.29
HSL32.73º50.21%47.25%-
HSV(B)32.73º66.85%70.98%-
XYZ27.3325.077.67-
YUV134.9285.72160.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.32%
GREEN value IS 126 (49.61% from 255) = 34.33%
BLUE value IS 60 (23.83% from 255) = 16.35%
R=49.32%
G=34.33%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811266000.300.670.2932.7350.2147.25
HexB57E3C01E431D21322f
Octal2651767403610335416257
Binary101101011111110111100011110100001111101100001110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57E3C; }

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

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

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

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

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

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

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

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