#BA7E3C

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

Shades of Brandy Punch #BA7E3C

Tints of Brandy Punch #BA7E3C

Color information

#BA7E3C (or 0xBA7E3C) is unknown color: approx Brandy Punch. HEX triplet: BA, 7E and 3C. RGB value is (186,126,60). Sum of RGB (Red+Green+Blue) = 186+126+60=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 126 (49.61% from 255 or 33.87% from 372); Blue value is 60 (23.83% from 255 or 16.13% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7E3C is #4581C3. Grayscale: #888888. Windows color (decimal): -4555204 or 3964602. OLE color: 3964602.

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

Color convert

RGB18612660-
CMYK00.320.680.27
HSL31.43º51.22%48.24%-
HSV(B)31.43º67.74%72.94%-
XYZ28.5325.697.73-
YUV136.4284.88163.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50%
GREEN value IS 126 (49.61% from 255) = 33.87%
BLUE value IS 60 (23.83% from 255) = 16.13%
R=50%
G=33.87%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861266000.320.680.2731.4351.2248.24
HexBA7E3C020441B1f3330
Octal2721767404010433376360
Binary101110101111110111100010000010001001101111111110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7E3C; }

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

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

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

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

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

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

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

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