#BA7D4E

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

Shades of Brandy Punch #BA7D4E

Tints of Brandy Punch #BA7D4E

Color information

#BA7D4E (or 0xBA7D4E) is unknown color: approx Brandy Punch. HEX triplet: BA, 7D and 4E. RGB value is (186,125,78). Sum of RGB (Red+Green+Blue) = 186+125+78=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 78 (30.86% from 255 or 20.05% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7D4E is #4582B1. Grayscale: #8A8A8A. Windows color (decimal): -4555442 or 5143994. OLE color: 5143994.

HSL color Cylindrical-coordinate representation of color #BA7D4E: hue angle of 26.11º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA7D4E is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB18612578-
CMYK00.330.580.27
HSL26.11º43.9%51.76%-
HSV(B)26.11º58.06%72.94%-
XYZ28.9625.6610.63-
YUV137.8894.21162.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.81%
GREEN value IS 125 (49.22% from 255) = 32.13%
BLUE value IS 78 (30.86% from 255) = 20.05%
R=47.81%
G=32.13%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861257800.330.580.2726.1143.951.76
HexBA7D4E0213A1B1a2c34
Octal2721751160417233325464
Binary101110101111101100111001000011110101101111010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7D4E; }

 p { color: rgb(186,125,78); }

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

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

 a { background-color: rgb(186,125,78); }

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

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

 span { border-color: rgb(186,125,78); }

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