#BA7643

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

Shades of Brandy Punch #BA7643

Tints of Brandy Punch #BA7643

Color information

#BA7643 (or 0xBA7643) is unknown color: approx Brandy Punch. HEX triplet: BA, 76 and 43. RGB value is (186,118,67). Sum of RGB (Red+Green+Blue) = 186+118+67=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 67 (26.56% from 255 or 18.06% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7643 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7643 is #4589BC. Grayscale: #848484. Windows color (decimal): -4557245 or 4421306. OLE color: 4421306.

HSL color Cylindrical-coordinate representation of color #BA7643: hue angle of 25.71º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA7643 is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB18611867-
CMYK00.370.640.27
HSL25.71º47.04%49.61%-
HSV(B)25.71º63.98%72.94%-
XYZ27.7423.88.44-
YUV132.5291.03166.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.13%
GREEN value IS 118 (46.48% from 255) = 31.81%
BLUE value IS 67 (26.56% from 255) = 18.06%
R=50.13%
G=31.81%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861186700.370.640.2725.7147.0449.61
HexBA7643025401B1a2f32
Octal27216610304510033325762
Binary1011101011101101000011010010110000001101111010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7643; }

 p { color: rgb(186,118,67); }

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

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

 a { background-color: rgb(186,118,67); }

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

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

 span { border-color: rgb(186,118,67); }

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