#BA763C

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

Shades of Brandy Punch #BA763C

Tints of Brandy Punch #BA763C

Color information

#BA763C (or 0xBA763C) is unknown color: approx Brandy Punch. HEX triplet: BA, 76 and 3C. RGB value is (186,118,60). Sum of RGB (Red+Green+Blue) = 186+118+60=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 60 (23.83% from 255 or 16.48% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA763C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA763C is #4589C3. Grayscale: #848484. Windows color (decimal): -4557252 or 3962554. OLE color: 3962554.

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

Color convert

RGB18611860-
CMYK00.370.680.27
HSL27.62º51.22%48.24%-
HSV(B)27.62º67.74%72.94%-
XYZ27.5423.727.4-
YUV131.7287.53166.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.10%
GREEN value IS 118 (46.48% from 255) = 32.42%
BLUE value IS 60 (23.83% from 255) = 16.48%
R=51.10%
G=32.42%
B=16.48%

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
Decimal1861186000.370.680.2727.6251.2248.24
HexBA763C025441B1c3330
Octal2721667404510433346360
Binary101110101110110111100010010110001001101111100110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA763C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA763C; }

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

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

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

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

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

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

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

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