#BA7E47

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

Shades of Brandy Punch #BA7E47

Tints of Brandy Punch #BA7E47

Color information

#BA7E47 (or 0xBA7E47) is unknown color: approx Brandy Punch. HEX triplet: BA, 7E and 47. RGB value is (186,126,71). Sum of RGB (Red+Green+Blue) = 186+126+71=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 71 (28.12% from 255 or 18.54% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7E47 is #4581B8. Grayscale: #898989. Windows color (decimal): -4555193 or 4685498. OLE color: 4685498.

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

Color convert

RGB18612671-
CMYK00.320.620.27
HSL28.7º45.45%50.39%-
HSV(B)28.7º61.83%72.94%-
XYZ28.8525.829.42-
YUV137.6790.38162.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.56%
GREEN value IS 126 (49.61% from 255) = 32.90%
BLUE value IS 71 (28.12% from 255) = 18.54%
R=48.56%
G=32.90%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861267100.320.620.2728.745.4550.39
HexBA7E470203E1B1d2d32
Octal2721761070407633355562
Binary101110101111110100011101000001111101101111101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7E47; }

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

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

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

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

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

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

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

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