#BA763E

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

Shades of Brandy Punch #BA763E

Tints of Brandy Punch #BA763E

Color information

#BA763E (or 0xBA763E) is unknown color: approx Brandy Punch. HEX triplet: BA, 76 and 3E. RGB value is (186,118,62). Sum of RGB (Red+Green+Blue) = 186+118+62=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 62 (24.61% from 255 or 16.94% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA763E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA763E is #4589C1. Grayscale: #848484. Windows color (decimal): -4557250 or 4093626. OLE color: 4093626.

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

Color convert

RGB18611862-
CMYK00.370.670.27
HSL27.1º50%48.63%-
HSV(B)27.1º66.67%72.94%-
XYZ27.623.747.69-
YUV131.9588.53166.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.82%
GREEN value IS 118 (46.48% from 255) = 32.24%
BLUE value IS 62 (24.61% from 255) = 16.94%
R=50.82%
G=32.24%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861186200.370.670.2727.15048.63
HexBA763E025431B1b3231
Octal2721667604510333336261
Binary101110101110110111110010010110000111101111011110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA763E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA763E; }

 p { color: rgb(186,118,62); }

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

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

 a { background-color: rgb(186,118,62); }

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

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

 span { border-color: rgb(186,118,62); }

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