#b57c4a

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

Shades of Brandy Punch #B57C4A

Tints of Brandy Punch #B57C4A

Color information

#B57C4A (or 0xB57C4A) is unknown color: approx Brandy Punch. HEX triplet: B5, 7C and 4A. RGB value is (181,124,74). Sum of RGB (Red+Green+Blue) = 181+124+74=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 74 (29.30% from 255 or 19.53% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B57C4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57C4A is #4A83B5. Grayscale: #878787. Windows color (decimal): -4883382 or 4881589. OLE color: 4881589.

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

Color convert

RGB18112474-
CMYK00.310.590.29
HSL28.04º41.96%50%-
HSV(B)28.04º59.12%70.98%-
XYZ27.524.739.8-
YUV135.3493.38160.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.76%
GREEN value IS 124 (48.83% from 255) = 32.72%
BLUE value IS 74 (29.30% from 255) = 19.53%
R=47.76%
G=32.72%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811247400.310.590.2928.0441.9650
HexB57C4A01F3B1D1c2a32
Octal2651741120377335345262
Binary10110101111110010010100111111110111110111100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b57c4a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b57c4a; }

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

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

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

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

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

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

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

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