#B57D4B

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

Shades of Brandy Punch #B57D4B

Tints of Brandy Punch #B57D4B

Color information

#B57D4B (or 0xB57D4B) is unknown color: approx Brandy Punch. HEX triplet: B5, 7D and 4B. RGB value is (181,125,75). Sum of RGB (Red+Green+Blue) = 181+125+75=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 181 - color contains mainly: red. Hex color #B57D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57D4B is #4A82B4. Grayscale: #888888. Windows color (decimal): -4883125 or 4947381. OLE color: 4947381.

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

Color convert

RGB18112575-
CMYK00.310.590.29
HSL28.3º41.73%50.2%-
HSV(B)28.3º58.56%70.98%-
XYZ27.662510.02-
YUV136.0493.55160.07-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.51%
GREEN value IS 125 (49.22% from 255) = 32.81%
BLUE value IS 75 (29.69% from 255) = 19.69%
R=47.51%
G=32.81%
B=19.69%

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
Decimal1811257500.310.590.2928.341.7350.2
HexB57D4B01F3B1D1c2a32
Octal2651751130377335345262
Binary10110101111110110010110111111110111110111100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57D4B; }

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

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

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

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

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

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

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

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