#BA754A

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

Shades of Brandy Punch #BA754A

Tints of Brandy Punch #BA754A

Color information

#BA754A (or 0xBA754A) is unknown color: approx Brandy Punch. HEX triplet: BA, 75 and 4A. RGB value is (186,117,74). Sum of RGB (Red+Green+Blue) = 186+117+74=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 74 (29.30% from 255 or 19.63% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA754A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA754A is #458AB5. Grayscale: #848484. Windows color (decimal): -4557494 or 4879802. OLE color: 4879802.

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

Color convert

RGB18611774-
CMYK00.370.600.27
HSL23.04º44.8%50.98%-
HSV(B)23.04º60.22%72.94%-
XYZ27.8523.669.58-
YUV132.7394.86166-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.34%
GREEN value IS 117 (46.09% from 255) = 31.03%
BLUE value IS 74 (29.30% from 255) = 19.63%
R=49.34%
G=31.03%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861177400.370.600.2723.0444.850.98
HexBA754A0253C1B172d33
Octal2721651120457433275563
Binary101110101110101100101001001011111001101110111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA754A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA754A; }

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

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

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

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

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

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

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

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