#BA783C

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

Shades of Brandy Punch #BA783C

Tints of Brandy Punch #BA783C

Color information

#BA783C (or 0xBA783C) is unknown color: approx Brandy Punch. HEX triplet: BA, 78 and 3C. RGB value is (186,120,60). Sum of RGB (Red+Green+Blue) = 186+120+60=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 60 (23.83% from 255 or 16.39% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA783C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA783C is #4587C3. Grayscale: #858585. Windows color (decimal): -4556740 or 3963066. OLE color: 3963066.

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

Color convert

RGB18612060-
CMYK00.350.680.27
HSL28.57º51.22%48.24%-
HSV(B)28.57º67.74%72.94%-
XYZ27.7824.27.48-
YUV132.8986.87165.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.82%
GREEN value IS 120 (47.27% from 255) = 32.79%
BLUE value IS 60 (23.83% from 255) = 16.39%
R=50.82%
G=32.79%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861206000.350.680.2728.5751.2248.24
HexBA783C023441B1d3330
Octal2721707404310433356360
Binary101110101111000111100010001110001001101111101110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA783C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA783C; }

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

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

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

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

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

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

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

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