#BA7240

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

Shades of Brandy Punch #BA7240

Tints of Brandy Punch #BA7240

Color information

#BA7240 (or 0xBA7240) is unknown color: approx Brandy Punch. HEX triplet: BA, 72 and 40. RGB value is (186,114,64). Sum of RGB (Red+Green+Blue) = 186+114+64=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 64 (25.39% from 255 or 17.58% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7240 is #458DBF. Grayscale: #828282. Windows color (decimal): -4558272 or 4223674. OLE color: 4223674.

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

Color convert

RGB18611464-
CMYK00.390.660.27
HSL24.59º48.8%49.02%-
HSV(B)24.59º65.59%72.94%-
XYZ27.1922.847.83-
YUV129.8390.85168.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.10%
GREEN value IS 114 (44.92% from 255) = 31.32%
BLUE value IS 64 (25.39% from 255) = 17.58%
R=51.10%
G=31.32%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861146400.390.660.2724.5948.849.02
HexBA7240027421B193131
Octal27216210004710233316161
Binary1011101011100101000000010011110000101101111001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7240; }

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

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

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

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

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

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

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

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