#BA8240

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

Shades of Brandy Punch #BA8240

Tints of Brandy Punch #BA8240

Color information

#BA8240 (or 0xBA8240) is unknown color: approx Brandy Punch. HEX triplet: BA, 82 and 40. RGB value is (186,130,64). Sum of RGB (Red+Green+Blue) = 186+130+64=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 130 (51.17% from 255 or 34.21% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8240 is #457DBF. Grayscale: #8B8B8B. Windows color (decimal): -4554176 or 4227770. OLE color: 4227770.

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

Color convert

RGB18613064-
CMYK00.300.660.27
HSL32.46º48.8%49.02%-
HSV(B)32.46º65.59%72.94%-
XYZ29.1626.778.48-
YUV139.2285.55161.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.95%
GREEN value IS 130 (51.17% from 255) = 34.21%
BLUE value IS 64 (25.39% from 255) = 16.84%
R=48.95%
G=34.21%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861306400.300.660.2732.4648.849.02
HexBA824001E421B203131
Octal27220210003610233406161
Binary10111010100000101000000011110100001011011100000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8240; }

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

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

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

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

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

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

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

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