#BA7341

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

Shades of Brandy Punch #BA7341

Tints of Brandy Punch #BA7341

Color information

#BA7341 (or 0xBA7341) is unknown color: approx Brandy Punch. HEX triplet: BA, 73 and 41. RGB value is (186,115,65). Sum of RGB (Red+Green+Blue) = 186+115+65=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 65 (25.78% from 255 or 17.76% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7341 is #458CBE. Grayscale: #828282. Windows color (decimal): -4558015 or 4289466. OLE color: 4289466.

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

Color convert

RGB18611565-
CMYK00.380.650.27
HSL24.79º48.21%49.22%-
HSV(B)24.79º65.05%72.94%-
XYZ27.3323.088.02-
YUV130.5391.02167.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.82%
GREEN value IS 115 (45.31% from 255) = 31.42%
BLUE value IS 65 (25.78% from 255) = 17.76%
R=50.82%
G=31.42%
B=17.76%

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
Decimal1861156500.380.650.2724.7948.2149.22
HexBA7341026411B193031
Octal27216310104610133316061
Binary1011101011100111000001010011010000011101111001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7341; }

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

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

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

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

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

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

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

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