#B57A49

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

Shades of Brandy Punch #B57A49

Tints of Brandy Punch #B57A49

Color information

#B57A49 (or 0xB57A49) is unknown color: approx Brandy Punch. HEX triplet: B5, 7A and 49. RGB value is (181,122,73). Sum of RGB (Red+Green+Blue) = 181+122+73=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57A49 is #4A85B6. Grayscale: #868686. Windows color (decimal): -4883895 or 4815541. OLE color: 4815541.

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

Color convert

RGB18112273-
CMYK00.330.600.29
HSL27.22º42.52%49.8%-
HSV(B)27.22º59.67%70.98%-
XYZ27.2224.229.54-
YUV134.0593.55161.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.14%
GREEN value IS 122 (48.05% from 255) = 32.45%
BLUE value IS 73 (28.91% from 255) = 19.41%
R=48.14%
G=32.45%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811227300.330.600.2927.2242.5249.8
HexB57A490213C1D1b2b32
Octal2651721110417435335362
Binary101101011111010100100101000011111001110111011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57A49; }

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

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

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

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

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

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

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

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