#B57E3D

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

Shades of Brandy Punch #B57E3D

Tints of Brandy Punch #B57E3D

Color information

#B57E3D (or 0xB57E3D) is unknown color: approx Brandy Punch. HEX triplet: B5, 7E and 3D. RGB value is (181,126,61). Sum of RGB (Red+Green+Blue) = 181+126+61=368 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.18% from 368); Green value is 126 (49.61% from 255 or 34.24% from 368); Blue value is 61 (24.22% from 255 or 16.58% from 368); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57E3D is #4A81C2. Grayscale: #878787. Windows color (decimal): -4882883 or 4030133. OLE color: 4030133.

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

Color convert

RGB18112661-
CMYK00.300.660.29
HSL32.5º49.59%47.45%-
HSV(B)32.5º66.3%70.98%-
XYZ27.3625.087.81-
YUV135.0486.22160.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.18%
GREEN value IS 126 (49.61% from 255) = 34.24%
BLUE value IS 61 (24.22% from 255) = 16.58%
R=49.18%
G=34.24%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811266100.300.660.2932.549.5947.45
HexB57E3D01E421D20322f
Octal2651767503610235406257
Binary101101011111110111101011110100001011101100000110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57E3D; }

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

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

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

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

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

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

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

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