#B57F49

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

Shades of Brandy Punch #B57F49

Tints of Brandy Punch #B57F49

Color information

#B57F49 (or 0xB57F49) is unknown color: approx Brandy Punch. HEX triplet: B5, 7F and 49. RGB value is (181,127,73). Sum of RGB (Red+Green+Blue) = 181+127+73=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 73 (28.91% from 255 or 19.16% from 381); Max value from RGB is 181 - color contains mainly: red. Hex color #B57F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57F49 is #4A80B6. Grayscale: #898989. Windows color (decimal): -4882615 or 4816821. OLE color: 4816821.

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

Color convert

RGB18112773-
CMYK00.300.600.29
HSL30º42.52%49.8%-
HSV(B)30º59.67%70.98%-
XYZ27.8525.489.75-
YUV136.9991.89159.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.51%
GREEN value IS 127 (50% from 255) = 33.33%
BLUE value IS 73 (28.91% from 255) = 19.16%
R=47.51%
G=33.33%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811277300.300.600.293042.5249.8
HexB57F4901E3C1D1e2b32
Octal2651771110367435365362
Binary10110101111111110010010111101111001110111110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57F49; }

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

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

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

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

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

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

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

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