#BA753C

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

Shades of Brandy Punch #BA753C

Tints of Brandy Punch #BA753C

Color information

#BA753C (or 0xBA753C) is unknown color: approx Brandy Punch. HEX triplet: BA, 75 and 3C. RGB value is (186,117,60). Sum of RGB (Red+Green+Blue) = 186+117+60=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 60 (23.83% from 255 or 16.53% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA753C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA753C is #458AC3. Grayscale: #838383. Windows color (decimal): -4557508 or 3962298. OLE color: 3962298.

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

Color convert

RGB18611760-
CMYK00.370.680.27
HSL27.14º51.22%48.24%-
HSV(B)27.14º67.74%72.94%-
XYZ27.4323.497.36-
YUV131.1387.86167.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.24%
GREEN value IS 117 (46.09% from 255) = 32.23%
BLUE value IS 60 (23.83% from 255) = 16.53%
R=51.24%
G=32.23%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861176000.370.680.2727.1451.2248.24
HexBA753C025441B1b3330
Octal2721657404510433336360
Binary101110101110101111100010010110001001101111011110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA753C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA753C; }

 p { color: rgb(186,117,60); }

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

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

 a { background-color: rgb(186,117,60); }

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

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

 span { border-color: rgb(186,117,60); }

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