#BA7740

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

Shades of Brandy Punch #BA7740

Tints of Brandy Punch #BA7740

Color information

#BA7740 (or 0xBA7740) is unknown color: approx Brandy Punch. HEX triplet: BA, 77 and 40. RGB value is (186,119,64). Sum of RGB (Red+Green+Blue) = 186+119+64=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 64 (25.39% from 255 or 17.34% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7740 is #4588BF. Grayscale: #858585. Windows color (decimal): -4556992 or 4224954. OLE color: 4224954.

HSL color Cylindrical-coordinate representation of color #BA7740: hue angle of 27.05º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA7740 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB18611964-
CMYK00.360.660.27
HSL27.05º48.8%49.02%-
HSV(B)27.05º65.59%72.94%-
XYZ27.77248.02-
YUV132.7689.2165.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.41%
GREEN value IS 119 (46.88% from 255) = 32.25%
BLUE value IS 64 (25.39% from 255) = 17.34%
R=50.41%
G=32.25%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861196400.360.660.2727.0548.849.02
HexBA7740024421B1b3131
Octal27216710004410233336161
Binary1011101011101111000000010010010000101101111011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7740; }

 p { color: rgb(186,119,64); }

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

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

 a { background-color: rgb(186,119,64); }

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

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

 span { border-color: rgb(186,119,64); }

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