#BA7D40

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

Shades of Brandy Punch #BA7D40

Tints of Brandy Punch #BA7D40

Color information

#BA7D40 (or 0xBA7D40) is unknown color: approx Brandy Punch. HEX triplet: BA, 7D and 40. RGB value is (186,125,64). Sum of RGB (Red+Green+Blue) = 186+125+64=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7D40 is #4582BF. Grayscale: #888888. Windows color (decimal): -4555456 or 4226490. OLE color: 4226490.

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

Color convert

RGB18612564-
CMYK00.330.660.27
HSL30º48.8%49.02%-
HSV(B)30º65.59%72.94%-
XYZ28.5125.488.27-
YUV136.2887.21163.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.6%
GREEN value IS 125 (49.22% from 255) = 33.33%
BLUE value IS 64 (25.39% from 255) = 17.07%
R=49.6%
G=33.33%
B=17.07%

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
Decimal1861256400.330.660.273048.849.02
HexBA7D40021421B1e3131
Octal27217510004110233366161
Binary1011101011111011000000010000110000101101111110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7D40; }

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

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

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

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

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

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

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

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