#BA8449

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

Shades of Brandy Punch #BA8449

Tints of Brandy Punch #BA8449

Color information

#BA8449 (or 0xBA8449) is unknown color: approx Brandy Punch. HEX triplet: BA, 84 and 49. RGB value is (186,132,73). Sum of RGB (Red+Green+Blue) = 186+132+73=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 73 (28.91% from 255 or 18.67% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8449 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8449 is #457BB6. Grayscale: #8D8D8D. Windows color (decimal): -4553655 or 4818106. OLE color: 4818106.

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

Color convert

RGB18613273-
CMYK00.290.610.27
HSL31.33º45.02%50.78%-
HSV(B)31.33º60.75%72.94%-
XYZ29.727.4210.03-
YUV141.4289.39159.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.57%
GREEN value IS 132 (51.95% from 255) = 33.76%
BLUE value IS 73 (28.91% from 255) = 18.67%
R=47.57%
G=33.76%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861327300.290.610.2731.3345.0250.78
HexBA844901D3D1B1f2d33
Octal2722041110357533375563
Binary101110101000010010010010111011111011101111111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8449; }

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

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

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

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

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

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

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

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