#BA7C4A

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

Shades of Brandy Punch #BA7C4A

Tints of Brandy Punch #BA7C4A

Color information

#BA7C4A (or 0xBA7C4A) is unknown color: approx Brandy Punch. HEX triplet: BA, 7C and 4A. RGB value is (186,124,74). Sum of RGB (Red+Green+Blue) = 186+124+74=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 124 (48.83% from 255 or 32.29% from 384); Blue value is 74 (29.30% from 255 or 19.27% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7C4A is #4583B5. Grayscale: #898989. Windows color (decimal): -4555702 or 4881594. OLE color: 4881594.

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

Color convert

RGB18612474-
CMYK00.330.600.27
HSL26.79º44.8%50.98%-
HSV(B)26.79º60.22%72.94%-
XYZ28.6925.359.86-
YUV136.8492.54163.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.44%
GREEN value IS 124 (48.83% from 255) = 32.29%
BLUE value IS 74 (29.30% from 255) = 19.27%
R=48.44%
G=32.29%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861247400.330.600.2726.7944.850.98
HexBA7C4A0213C1B1b2d33
Octal2721741120417433335563
Binary101110101111100100101001000011111001101111011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7C4A; }

 p { color: rgb(186,124,74); }

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

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

 a { background-color: rgb(186,124,74); }

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

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

 span { border-color: rgb(186,124,74); }

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