#BA7746

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

Shades of Brandy Punch #BA7746

Tints of Brandy Punch #BA7746

Color information

#BA7746 (or 0xBA7746) is unknown color: approx Brandy Punch. HEX triplet: BA, 77 and 46. RGB value is (186,119,70). Sum of RGB (Red+Green+Blue) = 186+119+70=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 70 (27.73% from 255 or 18.67% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7746 is #4588B9. Grayscale: #858585. Windows color (decimal): -4556986 or 4618170. OLE color: 4618170.

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

Color convert

RGB18611970-
CMYK00.360.620.27
HSL25.34º45.67%50.2%-
HSV(B)25.34º62.37%72.94%-
XYZ27.9524.078.97-
YUV133.4592.2165.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.6%
GREEN value IS 119 (46.88% from 255) = 31.73%
BLUE value IS 70 (27.73% from 255) = 18.67%
R=49.6%
G=31.73%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861197000.360.620.2725.3445.6750.2
HexBA77460243E1B192e32
Octal2721671060447633315662
Binary101110101110111100011001001001111101101111001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7746; }

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

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

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

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

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

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

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

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