#BA7647

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

Shades of Brandy Punch #BA7647

Tints of Brandy Punch #BA7647

Color information

#BA7647 (or 0xBA7647) is unknown color: approx Brandy Punch. HEX triplet: BA, 76 and 47. RGB value is (186,118,71). Sum of RGB (Red+Green+Blue) = 186+118+71=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 71 (28.12% from 255 or 18.93% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7647 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7647 is #4589B8. Grayscale: #858585. Windows color (decimal): -4557241 or 4683450. OLE color: 4683450.

HSL color Cylindrical-coordinate representation of color #BA7647: hue angle of 24.52º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA7647 is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB18611871-
CMYK00.370.620.27
HSL24.52º45.45%50.39%-
HSV(B)24.52º61.83%72.94%-
XYZ27.8723.859.1-
YUV132.9793.03165.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.6%
GREEN value IS 118 (46.48% from 255) = 31.47%
BLUE value IS 71 (28.12% from 255) = 18.93%
R=49.6%
G=31.47%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861187100.370.620.2724.5245.4550.39
HexBA76470253E1B192d32
Octal2721661070457633315562
Binary101110101110110100011101001011111101101111001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7647; }

 p { color: rgb(186,118,71); }

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

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

 a { background-color: rgb(186,118,71); }

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

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

 span { border-color: rgb(186,118,71); }

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