#B57A4A

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

Shades of Brandy Punch #B57A4A

Tints of Brandy Punch #B57A4A

Color information

#B57A4A (or 0xB57A4A) is unknown color: approx Brandy Punch. HEX triplet: B5, 7A and 4A. RGB value is (181,122,74). Sum of RGB (Red+Green+Blue) = 181+122+74=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 74 (29.30% from 255 or 19.63% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57A4A is #4A85B5. Grayscale: #868686. Windows color (decimal): -4883894 or 4881077. OLE color: 4881077.

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

Color convert

RGB18112274-
CMYK00.330.590.29
HSL26.92º41.96%50%-
HSV(B)26.92º59.12%70.98%-
XYZ27.2524.249.72-
YUV134.1794.05161.4-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.01%
GREEN value IS 122 (48.05% from 255) = 32.36%
BLUE value IS 74 (29.30% from 255) = 19.63%
R=48.01%
G=32.36%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811227400.330.590.2926.9241.9650
HexB57A4A0213B1D1b2a32
Octal2651721120417335335262
Binary101101011111010100101001000011110111110111011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57A4A; }

 p { color: rgb(181,122,74); }

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

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

 a { background-color: rgb(181,122,74); }

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

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

 span { border-color: rgb(181,122,74); }

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