#BA7E49

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

Shades of Brandy Punch #BA7E49

Tints of Brandy Punch #BA7E49

Color information

#BA7E49 (or 0xBA7E49) is unknown color: approx Brandy Punch. HEX triplet: BA, 7E and 49. RGB value is (186,126,73). Sum of RGB (Red+Green+Blue) = 186+126+73=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 73 (28.91% from 255 or 18.96% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7E49 is #4581B6. Grayscale: #8A8A8A. Windows color (decimal): -4555191 or 4816570. OLE color: 4816570.

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

Color convert

RGB18612673-
CMYK00.320.610.27
HSL28.14º45.02%50.78%-
HSV(B)28.14º60.75%72.94%-
XYZ28.9125.849.77-
YUV137.991.38162.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.31%
GREEN value IS 126 (49.61% from 255) = 32.73%
BLUE value IS 73 (28.91% from 255) = 18.96%
R=48.31%
G=32.73%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861267300.320.610.2728.1445.0250.78
HexBA7E490203D1B1c2d33
Octal2721761110407533345563
Binary101110101111110100100101000001111011101111100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7E49; }

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

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

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

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

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

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

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

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