#ba7440

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

Shades of Brandy Punch #BA7440

Tints of Brandy Punch #BA7440

Color information

#BA7440 (or 0xBA7440) is unknown color: approx Brandy Punch. HEX triplet: BA, 74 and 40. RGB value is (186,116,64). Sum of RGB (Red+Green+Blue) = 186+116+64=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 116 (45.70% from 255 or 31.69% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7440 is #458BBF. Grayscale: #838383. Windows color (decimal): -4557760 or 4224186. OLE color: 4224186.

HSL color Cylindrical-coordinate representation of color #BA7440: hue angle of 25.57º 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 #BA7440 is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB18611664-
CMYK00.380.660.27
HSL25.57º48.8%49.02%-
HSV(B)25.57º65.59%72.94%-
XYZ27.4223.37.9-
YUV13190.19167.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.82%
GREEN value IS 116 (45.70% from 255) = 31.69%
BLUE value IS 64 (25.39% from 255) = 17.49%
R=50.82%
G=31.69%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861166400.380.660.2725.5748.849.02
HexBA7440026421B1a3131
Octal27216410004610233326161
Binary1011101011101001000000010011010000101101111010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba7440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba7440; }

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

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

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

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

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

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

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

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