#BA7C40

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

Shades of Brandy Punch #BA7C40

Tints of Brandy Punch #BA7C40

Color information

#BA7C40 (or 0xBA7C40) is unknown color: approx Brandy Punch. HEX triplet: BA, 7C and 40. RGB value is (186,124,64). Sum of RGB (Red+Green+Blue) = 186+124+64=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 124 (48.83% from 255 or 33.16% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7C40 is #4583BF. Grayscale: #878787. Windows color (decimal): -4555712 or 4226234. OLE color: 4226234.

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

Color convert

RGB18612464-
CMYK00.330.660.27
HSL29.51º48.8%49.02%-
HSV(B)29.51º65.59%72.94%-
XYZ28.3825.228.22-
YUV135.787.54163.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.73%
GREEN value IS 124 (48.83% from 255) = 33.16%
BLUE value IS 64 (25.39% from 255) = 17.11%
R=49.73%
G=33.16%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861246400.330.660.2729.5148.849.02
HexBA7C40021421B1e3131
Octal27217410004110233366161
Binary1011101011111001000000010000110000101101111110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7C40; }

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

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

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

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

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

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

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

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