#BA8049

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

Shades of Brandy Punch #BA8049

Tints of Brandy Punch #BA8049

Color information

#BA8049 (or 0xBA8049) is unknown color: approx Brandy Punch. HEX triplet: BA, 80 and 49. RGB value is (186,128,73). Sum of RGB (Red+Green+Blue) = 186+128+73=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 73 (28.91% from 255 or 18.86% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8049 is #457FB6. Grayscale: #8B8B8B. Windows color (decimal): -4554679 or 4817082. OLE color: 4817082.

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

Color convert

RGB18612873-
CMYK00.310.610.27
HSL29.2º45.02%50.78%-
HSV(B)29.2º60.75%72.94%-
XYZ29.1726.369.85-
YUV139.0790.72161.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.06%
GREEN value IS 128 (50.39% from 255) = 33.07%
BLUE value IS 73 (28.91% from 255) = 18.86%
R=48.06%
G=33.07%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861287300.310.610.2729.245.0250.78
HexBA804901F3D1B1d2d33
Octal2722001110377533355563
Binary101110101000000010010010111111111011101111101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8049; }

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

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

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

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

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

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

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

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