#B57649

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

Shades of Brandy Punch #B57649

Tints of Brandy Punch #B57649

Color information

#B57649 (or 0xB57649) is unknown color: approx Brandy Punch. HEX triplet: B5, 76 and 49. RGB value is (181,118,73). Sum of RGB (Red+Green+Blue) = 181+118+73=372 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.66% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 73 (28.91% from 255 or 19.62% from 372); Max value from RGB is 181 - color contains mainly: red. Hex color #B57649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57649 is #4A89B6. Grayscale: #838383. Windows color (decimal): -4884919 or 4814517. OLE color: 4814517.

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

Color convert

RGB18111873-
CMYK00.350.600.29
HSL25º42.52%49.8%-
HSV(B)25º59.67%70.98%-
XYZ26.7423.269.38-
YUV131.7194.87163.16-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.66%
GREEN value IS 118 (46.48% from 255) = 31.72%
BLUE value IS 73 (28.91% from 255) = 19.62%
R=48.66%
G=31.72%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811187300.350.600.292542.5249.8
HexB576490233C1D192b32
Octal2651661110437435315362
Binary101101011110110100100101000111111001110111001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57649; }

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

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

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

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

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

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

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

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