#BA7547

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

Shades of Brandy Punch #BA7547

Tints of Brandy Punch #BA7547

Color information

#BA7547 (or 0xBA7547) is unknown color: approx Brandy Punch. HEX triplet: BA, 75 and 47. RGB value is (186,117,71). Sum of RGB (Red+Green+Blue) = 186+117+71=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 71 (28.12% from 255 or 18.98% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7547 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7547 is #458AB8. Grayscale: #848484. Windows color (decimal): -4557497 or 4683194. OLE color: 4683194.

HSL color Cylindrical-coordinate representation of color #BA7547: hue angle of 24º degrees, saturation: 0.45, 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 #BA7547 is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB18611771-
CMYK00.370.620.27
HSL24º45.45%50.39%-
HSV(B)24º61.83%72.94%-
XYZ27.7523.629.06-
YUV132.3993.36166.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.73%
GREEN value IS 117 (46.09% from 255) = 31.28%
BLUE value IS 71 (28.12% from 255) = 18.98%
R=49.73%
G=31.28%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861177100.370.620.272445.4550.39
HexBA75470253E1B182d32
Octal2721651070457633305562
Binary101110101110101100011101001011111101101111000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7547; }

 p { color: rgb(186,117,71); }

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

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

 a { background-color: rgb(186,117,71); }

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

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

 span { border-color: rgb(186,117,71); }

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