#ba7342

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

Shades of Brandy Punch #BA7342

Tints of Brandy Punch #BA7342

Color information

#BA7342 (or 0xBA7342) is unknown color: approx Brandy Punch. HEX triplet: BA, 73 and 42. RGB value is (186,115,66). Sum of RGB (Red+Green+Blue) = 186+115+66=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 66 (26.17% from 255 or 17.98% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7342 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7342 is #458CBD. Grayscale: #828282. Windows color (decimal): -4558014 or 4355002. OLE color: 4355002.

HSL color Cylindrical-coordinate representation of color #BA7342: hue angle of 24.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA7342 is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB18611566-
CMYK00.380.650.27
HSL24.5º47.62%49.41%-
HSV(B)24.5º64.52%72.94%-
XYZ27.3623.098.17-
YUV130.6491.52167.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.68%
GREEN value IS 115 (45.31% from 255) = 31.34%
BLUE value IS 66 (26.17% from 255) = 17.98%
R=50.68%
G=31.34%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861156600.380.650.2724.547.6249.41
HexBA7342026411B183031
Octal27216310204610133306061
Binary1011101011100111000010010011010000011101111000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba7342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba7342; }

 p { color: rgb(186,115,66); }

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

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

 a { background-color: rgb(186,115,66); }

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

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

 span { border-color: rgb(186,115,66); }

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