#B57D49

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

Shades of Brandy Punch #B57D49

Tints of Brandy Punch #B57D49

Color information

#B57D49 (or 0xB57D49) is unknown color: approx Brandy Punch. HEX triplet: B5, 7D and 49. RGB value is (181,125,73). Sum of RGB (Red+Green+Blue) = 181+125+73=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B57D49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57D49 is #4A82B6. Grayscale: #888888. Windows color (decimal): -4883127 or 4816309. OLE color: 4816309.

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

Color convert

RGB18112573-
CMYK00.310.600.29
HSL28.89º42.52%49.8%-
HSV(B)28.89º59.67%70.98%-
XYZ27.5924.979.67-
YUV135.8292.55160.23-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.76%
GREEN value IS 125 (49.22% from 255) = 32.98%
BLUE value IS 73 (28.91% from 255) = 19.26%
R=47.76%
G=32.98%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811257300.310.600.2928.8942.5249.8
HexB57D4901F3C1D1d2b32
Octal2651751110377435355362
Binary10110101111110110010010111111111001110111101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57D49; }

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

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

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

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

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

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

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

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